Html Css Color HEX #C2B093 Akaroa

📋 copy color: '#C2B093'

red 194 ◦ green 176 ◦ blue 147

#C2B093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #C2B093

Tints of Akaroa #C2B093

RGB

 RED value IS 194 (76.17% from 255) = 37.52%

 GREEN value IS 176 (69.14% from 255) = 34.04%

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 37.52%
G = 34.04%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2B093 (or 0xC2B093) is known color: Akaroa. HEX triplet: C2, B0 and 93. RGB value is (194,176,147). Sum of RGB (Red+Green+Blue) = 194+176+147=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B093 is #3D4F6C. Grayscale: #B2B2B2. Windows color (decimal): -4018029 or 9679042. OLE color: 9679042.

HSL color Cylindrical-coordinate representation of color #C2B093: hue angle of 37.02º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B093 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 147 -
CMYK 0 0.09 0.24 0.24
HSL 37.02º 0.28% 0.67% -
HSV(B) 37.02º 0.24% 0.76% -
XYZ 43.04 44.63 33.95 -
YUV 178.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 194 176 147 0 0.09 0.24 0.24 37.02 0.28 0.67
Hex C2 B0 93 0 9 18 18 25 1C 43
Octal 302 260 223 0 11 30 30 45 34 103
Binary 11000010 10110000 10010011 0 1001 11000 11000 100101 11100 1000011

Color Harmonies of #C2B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B093

Black with #C2B093

Text Example


Text Example

White with #C2B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B093; }

 p { color: rgb(194,176,147); }

 H1.HeaderClassName
 {
   color: #C2B093;
 }
 .AnyTagClassName
 {
   color: #C2B093;
 }
</style>

background-color css

<style>
 a { background-color: #C2B093; }

 a { background-color: rgb(194,176,147); }

 div.DivClassName
 {
   background-color: #C2B093;
 }
 .BgClassName
 {
   background-color: #C2B093;
 }
</style>

border-color css

<style>
 span { border-color: #C2B093; }

 span { border-color: rgb(194,176,147); }

 td.TdClassName
 {
   border-color: #C2B093;
 }
 .TagClassName
 {
   border-color: #C2B093;
 }
</style>