#C0AE8B

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

Shades of Pavlova #C0AE8B

Tints of Pavlova #C0AE8B

Color information

#C0AE8B (or 0xC0AE8B) is unknown color: approx Pavlova. HEX triplet: C0, AE and 8B. RGB value is (192,174,139). Sum of RGB (Red+Green+Blue) = 192+174+139=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE8B is #3F5174. Grayscale: #AFAFAF. Windows color (decimal): -4149621 or 9154240. OLE color: 9154240.

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

Color convert

RGB192174139-
CMYK00.090.280.25
HSL39.62º29.61%64.9%-
HSV(B)39.62º27.6%75.29%-
XYZ41.5343.3430.6-
YUV175.39107.46139.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=38.02%
G=34.46%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217413900.090.280.2539.6229.6164.9
HexC0AE8B091C19281e41
Octal30025621301134315036101
Binary110000001010111010001011010011110011001101000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE8B; }

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

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

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

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

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

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

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

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