#C4B697

Color #C4B697 Akaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Akaroa #C4B697

Tints of Akaroa #C4B697

Color information

#C4B697 (or 0xC4B697) is unknown color: approx Akaroa. HEX triplet: C4, B6 and 97. RGB value is (196,182,151). Sum of RGB (Red+Green+Blue) = 196+182+151=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B697 is #3B4968. Grayscale: #B6B6B6. Windows color (decimal): -3885417 or 9942724. OLE color: 9942724.

HSL color Cylindrical-coordinate representation of color #C4B697: hue angle of 41.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B697 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196182151-
CMYK00.070.230.23
HSL41.33º27.61%68.04%-
HSV(B)41.33º22.96%76.86%-
XYZ45.0847.4336.06-
YUV182.65110.14137.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=37.05%
G=34.40%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618215100.070.230.2341.3327.6168.04
HexC4B697071717291c44
Octal3042662270727275134104
Binary11000100101101101001011101111011110111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B697; }

 p { color: rgb(196,182,151); }

 H1.HeaderClassName
 {
   color: #C4B697;
 }
 .AnyTagClassName
 {
   color: #C4B697;
 }
</style>
background-color css

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

 a { background-color: rgb(196,182,151); }

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

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

 span { border-color: rgb(196,182,151); }

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