#C2B599

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

Shades of Akaroa #C2B599

Tints of Akaroa #C2B599

Color information

#C2B599 (or 0xC2B599) is unknown color: approx Akaroa. HEX triplet: C2, B5 and 99. RGB value is (194,181,153). Sum of RGB (Red+Green+Blue) = 194+181+153=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B599 is #3D4A66. Grayscale: #B5B5B5. Windows color (decimal): -4016743 or 10073538. OLE color: 10073538.

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

Color convert

RGB194181153-
CMYK00.070.210.24
HSL40.98º25.15%68.04%-
HSV(B)40.98º21.13%76.08%-
XYZ44.5246.8236.83-
YUV181.7111.81136.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=36.74%
G=34.28%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418115300.070.210.2440.9825.1568.04
HexC2B599071518291944
Octal3022652310725305131104
Binary11000010101101011001100101111010111000101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B599; }

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

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

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

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

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

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

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

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