#C0AC90

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

Shades of Akaroa #C0AC90

Tints of Akaroa #C0AC90

Color information

#C0AC90 (or 0xC0AC90) is unknown color: approx Akaroa. HEX triplet: C0, AC and 90. RGB value is (192,172,144). Sum of RGB (Red+Green+Blue) = 192+172+144=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC90 is #3F536F. Grayscale: #AEAEAE. Windows color (decimal): -4150128 or 9481408. OLE color: 9481408.

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

Color convert

RGB192172144-
CMYK00.100.250.25
HSL35º27.59%65.88%-
HSV(B)35º25%75.29%-
XYZ41.5242.7332.44-
YUV174.79110.63140.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=37.80%
G=33.86%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217214400.100.250.253527.5965.88
HexC0AC900A1919231c42
Octal30025422001231314334102
Binary110000001010110010010000010101100111001100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC90; }

 p { color: rgb(192,172,144); }

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

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

 a { background-color: rgb(192,172,144); }

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

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

 span { border-color: rgb(192,172,144); }

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