#C0B59B

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

Shades of Akaroa #C0B59B

Tints of Akaroa #C0B59B

Color information

#C0B59B (or 0xC0B59B) is unknown color: approx Akaroa. HEX triplet: C0, B5 and 9B. RGB value is (192,181,155). Sum of RGB (Red+Green+Blue) = 192+181+155=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B59B is #3F4A64. Grayscale: #B5B5B5. Windows color (decimal): -4147813 or 10204608. OLE color: 10204608.

HSL color Cylindrical-coordinate representation of color #C0B59B: hue angle of 42.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B59B is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192181155-
CMYK00.060.190.25
HSL42.16º22.7%68.04%-
HSV(B)42.16º19.27%75.29%-
XYZ44.1846.6237.68-
YUV181.32113.14135.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=36.36%
G=34.28%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218115500.060.190.2542.1622.768.04
HexC0B59B0613192a1744
Octal3002652330623315227104
Binary11000000101101011001101101101001111001101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B59B; }

 p { color: rgb(192,181,155); }

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

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

 a { background-color: rgb(192,181,155); }

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

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

 span { border-color: rgb(192,181,155); }

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