#C0AF93

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

Shades of Akaroa #C0AF93

Tints of Akaroa #C0AF93

Color information

#C0AF93 (or 0xC0AF93) is unknown color: approx Akaroa. HEX triplet: C0, AF and 93. RGB value is (192,175,147). Sum of RGB (Red+Green+Blue) = 192+175+147=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF93 is #3F506C. Grayscale: #B1B1B1. Windows color (decimal): -4149357 or 9678784. OLE color: 9678784.

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

Color convert

RGB192175147-
CMYK00.090.230.25
HSL37.33º26.32%66.47%-
HSV(B)37.33º23.44%75.29%-
XYZ42.3343.9733.86-
YUV176.89111.13138.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=37.35%
G=34.05%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217514700.090.230.2537.3326.3266.47
HexC0AF93091719251a42
Octal30025722301127314532102
Binary110000001010111110010011010011011111001100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF93; }

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

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

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

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

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

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

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

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