#C0AD95

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

Shades of Akaroa #C0AD95

Tints of Akaroa #C0AD95

Color information

#C0AD95 (or 0xC0AD95) is unknown color: approx Akaroa. HEX triplet: C0, AD and 95. RGB value is (192,173,149). Sum of RGB (Red+Green+Blue) = 192+173+149=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD95 is #3F526A. Grayscale: #B0B0B0. Windows color (decimal): -4149867 or 9809344. OLE color: 9809344.

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

Color convert

RGB192173149-
CMYK00.100.220.25
HSL33.49º25.44%66.86%-
HSV(B)33.49º22.4%75.29%-
XYZ42.1143.2634.57-
YUV175.94112.79139.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=37.35%
G=33.66%
B=28.99%

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
Decimal19217314900.100.220.2533.4925.4466.86
HexC0AD950A1619211943
Octal30025522501226314131103
Binary110000001010110110010101010101011011001100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD95; }

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

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

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

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

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

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

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

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