#C0AC95

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

Shades of Akaroa #C0AC95

Tints of Akaroa #C0AC95

Color information

#C0AC95 (or 0xC0AC95) is unknown color: approx Akaroa. HEX triplet: C0, AC and 95. RGB value is (192,172,149). Sum of RGB (Red+Green+Blue) = 192+172+149=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC95 is #3F536A. Grayscale: #AFAFAF. Windows color (decimal): -4150123 or 9809088. OLE color: 9809088.

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

Color convert

RGB192172149-
CMYK00.100.220.25
HSL32.09º25.44%66.86%-
HSV(B)32.09º22.4%75.29%-
XYZ41.9242.8834.5-
YUV175.36113.13139.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=37.43%
G=33.53%
B=29.04%

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
Decimal19217214900.100.220.2532.0925.4466.86
HexC0AC950A1619201943
Octal30025422501226314031103
Binary110000001010110010010101010101011011001100000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC95; }

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

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

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

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

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

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

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

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