#C0B796

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

Shades of Akaroa #C0B796

Tints of Akaroa #C0B796

Color information

#C0B796 (or 0xC0B796) is unknown color: approx Akaroa. HEX triplet: C0, B7 and 96. RGB value is (192,183,150). Sum of RGB (Red+Green+Blue) = 192+183+150=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B796 is #3F4869. Grayscale: #B6B6B6. Windows color (decimal): -4147306 or 9877440. OLE color: 9877440.

HSL color Cylindrical-coordinate representation of color #C0B796: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B796 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192183150-
CMYK00.050.220.25
HSL47.14º25%67.06%-
HSV(B)47.14º21.88%75.29%-
XYZ44.1847.2835.65-
YUV181.93109.98135.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=36.57%
G=34.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218315000.050.220.2547.142567.06
HexC0B7960516192f1943
Octal3002672260526315731103
Binary11000000101101111001011001011011011001101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B796; }

 p { color: rgb(192,183,150); }

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

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

 a { background-color: rgb(192,183,150); }

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

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

 span { border-color: rgb(192,183,150); }

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