Html Css Color HEX #C2B196 Akaroa

📋 copy color: '#C2B196'

red 194 ◦ green 177 ◦ blue 150

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

Shades of Akaroa #C2B196

Tints of Akaroa #C2B196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 37.24%
G = 33.97%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B196 (or 0xC2B196) is known color: Akaroa. HEX triplet: C2, B1 and 96. RGB value is (194,177,150). Sum of RGB (Red+Green+Blue) = 194+177+150=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B196 is #3D4E69. Grayscale: #B3B3B3. Windows color (decimal): -4017770 or 9875906. OLE color: 9875906.

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

Color convert

RGB 194 177 150 -
CMYK 0 0.09 0.23 0.24
HSL 36.82º 0.27% 0.67% -
HSV(B) 36.82º 0.23% 0.76% -
XYZ 43.48 45.12 35.27 -
YUV 179.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 194 177 150 0 0.09 0.23 0.24 36.82 0.27 0.67
Hex C2 B1 96 0 9 17 18 25 1B 43
Octal 302 261 226 0 11 27 30 45 33 103
Binary 11000010 10110001 10010110 0 1001 10111 11000 100101 11011 1000011

Color Harmonies of #C2B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B196

Black with #C2B196

Text Example


Text Example

White with #C2B196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B196; }

 p { color: rgb(194,177,150); }

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

background-color css

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

 a { background-color: rgb(194,177,150); }

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

border-color css

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

 span { border-color: rgb(194,177,150); }

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