#C0AF95

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

Shades of Akaroa #C0AF95

Tints of Akaroa #C0AF95

Color information

#C0AF95 (or 0xC0AF95) is unknown color: approx Akaroa. HEX triplet: C0, AF and 95. RGB value is (192,175,149). Sum of RGB (Red+Green+Blue) = 192+175+149=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF95 is #3F506A. Grayscale: #B1B1B1. Windows color (decimal): -4149355 or 9809856. OLE color: 9809856.

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

Color convert

RGB192175149-
CMYK00.090.220.25
HSL36.28º25.44%66.86%-
HSV(B)36.28º22.4%75.29%-
XYZ42.4944.0434.69-
YUV177.12112.13138.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=37.21%
G=33.91%
B=28.88%

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
Decimal19217514900.090.220.2536.2825.4466.86
HexC0AF95091619241943
Octal30025722501126314431103
Binary110000001010111110010101010011011011001100100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF95; }

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

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

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

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

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

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

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

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