#C0AD96

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

Shades of Akaroa #C0AD96

Tints of Akaroa #C0AD96

Color information

#C0AD96 (or 0xC0AD96) is unknown color: approx Akaroa. HEX triplet: C0, AD and 96. RGB value is (192,173,150). Sum of RGB (Red+Green+Blue) = 192+173+150=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD96 is #3F5269. Grayscale: #B0B0B0. Windows color (decimal): -4149866 or 9874880. OLE color: 9874880.

HSL color Cylindrical-coordinate representation of color #C0AD96: hue angle of 32.86º 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 #C0AD96 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192173150-
CMYK00.100.220.25
HSL32.86º25%67.06%-
HSV(B)32.86º21.88%75.29%-
XYZ42.1943.334.99-
YUV176.06113.29139.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=37.28%
G=33.59%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217315000.100.220.2532.862567.06
HexC0AD960A1619211943
Octal30025522601226314131103
Binary110000001010110110010110010101011011001100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD96; }

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

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

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

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

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

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

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

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