#C0AC8F

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

Shades of Pavlova #C0AC8F

Tints of Pavlova #C0AC8F

Color information

#C0AC8F (or 0xC0AC8F) is unknown color: approx Pavlova. HEX triplet: C0, AC and 8F. RGB value is (192,172,143). Sum of RGB (Red+Green+Blue) = 192+172+143=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC8F is #3F5370. Grayscale: #AEAEAE. Windows color (decimal): -4150129 or 9415872. OLE color: 9415872.

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

Color convert

RGB192172143-
CMYK00.100.260.25
HSL35.51º28%65.69%-
HSV(B)35.51º25.52%75.29%-
XYZ41.4542.6932.04-
YUV174.67110.13140.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=37.87%
G=33.93%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217214300.100.260.2535.512865.69
HexC0AC8F0A1A19241c42
Octal30025421701232314434102
Binary110000001010110010001111010101101011001100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC8F; }

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

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

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

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

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

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

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

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