#C0AE8C

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

Shades of Pavlova #C0AE8C

Tints of Pavlova #C0AE8C

Color information

#C0AE8C (or 0xC0AE8C) is unknown color: approx Pavlova. HEX triplet: C0, AE and 8C. RGB value is (192,174,140). Sum of RGB (Red+Green+Blue) = 192+174+140=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE8C is #3F5173. Grayscale: #AFAFAF. Windows color (decimal): -4149620 or 9219776. OLE color: 9219776.

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

Color convert

RGB192174140-
CMYK00.090.270.25
HSL39.23º29.21%65.1%-
HSV(B)39.23º27.08%75.29%-
XYZ41.6143.3730.99-
YUV175.51107.96139.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=37.94%
G=34.39%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217414000.090.270.2539.2329.2165.1
HexC0AE8C091B19271d41
Octal30025621401133314735101
Binary110000001010111010001100010011101111001100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE8C; }

 p { color: rgb(192,174,140); }

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

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

 a { background-color: rgb(192,174,140); }

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

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

 span { border-color: rgb(192,174,140); }

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