#C2B59C

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

Shades of Akaroa #C2B59C

Tints of Akaroa #C2B59C

Color information

#C2B59C (or 0xC2B59C) is unknown color: approx Akaroa. HEX triplet: C2, B5 and 9C. RGB value is (194,181,156). Sum of RGB (Red+Green+Blue) = 194+181+156=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59C is #3D4A63. Grayscale: #B6B6B6. Windows color (decimal): -4016740 or 10270146. OLE color: 10270146.

HSL color Cylindrical-coordinate representation of color #C2B59C: hue angle of 39.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B59C is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194181156-
CMYK00.070.200.24
HSL39.47º23.75%68.63%-
HSV(B)39.47º19.59%76.08%-
XYZ44.7746.9238.15-
YUV182.04113.31136.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=36.53%
G=34.09%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418115600.070.200.2439.4723.7568.63
HexC2B59C071418271845
Octal3022652340724304730105
Binary11000010101101011001110001111010011000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B59C; }

 p { color: rgb(194,181,156); }

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

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

 a { background-color: rgb(194,181,156); }

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

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

 span { border-color: rgb(194,181,156); }

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