#C0A98A

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

Shades of Pavlova #C0A98A

Tints of Pavlova #C0A98A

Color information

#C0A98A (or 0xC0A98A) is unknown color: approx Pavlova. HEX triplet: C0, A9 and 8A. RGB value is (192,169,138). Sum of RGB (Red+Green+Blue) = 192+169+138=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A98A is #3F5675. Grayscale: #ACACAC. Windows color (decimal): -4150902 or 9087424. OLE color: 9087424.

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

Color convert

RGB192169138-
CMYK00.120.280.25
HSL34.44º30%64.71%-
HSV(B)34.44º28.12%75.29%-
XYZ40.5141.4229.9-
YUV172.34108.62142.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=38.48%
G=33.87%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216913800.120.280.2534.443064.71
HexC0A98A0C1C19221e41
Octal30025121201434314236101
Binary110000001010100110001010011001110011001100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A98A; }

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

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

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

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

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

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

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

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