#C0AA8B

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

Shades of Pavlova #C0AA8B

Tints of Pavlova #C0AA8B

Color information

#C0AA8B (or 0xC0AA8B) is unknown color: approx Pavlova. HEX triplet: C0, AA and 8B. RGB value is (192,170,139). Sum of RGB (Red+Green+Blue) = 192+170+139=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA8B is #3F5574. Grayscale: #ADADAD. Windows color (decimal): -4150645 or 9153216. OLE color: 9153216.

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

Color convert

RGB192170139-
CMYK00.110.280.25
HSL35.09º29.61%64.9%-
HSV(B)35.09º27.6%75.29%-
XYZ40.7741.8230.35-
YUV173.04108.79141.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=38.32%
G=33.93%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217013900.110.280.2535.0929.6164.9
HexC0AA8B0B1C19231e41
Octal30025221301334314336101
Binary110000001010101010001011010111110011001100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA8B; }

 p { color: rgb(192,170,139); }

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

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

 a { background-color: rgb(192,170,139); }

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

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

 span { border-color: rgb(192,170,139); }

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