#C0AF96

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

Shades of Akaroa #C0AF96

Tints of Akaroa #C0AF96

Color information

#C0AF96 (or 0xC0AF96) is unknown color: approx Akaroa. HEX triplet: C0, AF and 96. RGB value is (192,175,150). Sum of RGB (Red+Green+Blue) = 192+175+150=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF96 is #3F5069. Grayscale: #B1B1B1. Windows color (decimal): -4149354 or 9875392. OLE color: 9875392.

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

Color convert

RGB192175150-
CMYK00.090.220.25
HSL35.71º25%67.06%-
HSV(B)35.71º21.88%75.29%-
XYZ42.5744.0735.12-
YUV177.23112.63138.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=37.14%
G=33.85%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217515000.090.220.2535.712567.06
HexC0AF96091619241943
Octal30025722601126314431103
Binary110000001010111110010110010011011011001100100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF96; }

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

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

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

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

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

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

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

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