#C0AE8A

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

Shades of Pavlova #C0AE8A

Tints of Pavlova #C0AE8A

Color information

#C0AE8A (or 0xC0AE8A) is unknown color: approx Pavlova. HEX triplet: C0, AE and 8A. RGB value is (192,174,138). Sum of RGB (Red+Green+Blue) = 192+174+138=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE8A is #3F5175. Grayscale: #AFAFAF. Windows color (decimal): -4149622 or 9088704. OLE color: 9088704.

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

Color convert

RGB192174138-
CMYK00.090.280.25
HSL40º30%64.71%-
HSV(B)40º28.12%75.29%-
XYZ41.4643.3130.22-
YUV175.28106.96139.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=38.10%
G=34.52%
B=27.38%

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
Decimal19217413800.090.280.25403064.71
HexC0AE8A091C19281e41
Octal30025621201134315036101
Binary110000001010111010001010010011110011001101000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE8A; }

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

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

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

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

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

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

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

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