#C0AB8A

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

Shades of Pavlova #C0AB8A

Tints of Pavlova #C0AB8A

Color information

#C0AB8A (or 0xC0AB8A) is unknown color: approx Pavlova. HEX triplet: C0, AB and 8A. RGB value is (192,171,138). Sum of RGB (Red+Green+Blue) = 192+171+138=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB8A is #3F5475. Grayscale: #ADADAD. Windows color (decimal): -4150390 or 9087936. OLE color: 9087936.

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

Color convert

RGB192171138-
CMYK00.110.280.25
HSL36.67º30%64.71%-
HSV(B)36.67º28.12%75.29%-
XYZ40.8942.1730.03-
YUV173.52107.96141.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=38.32%
G=34.13%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217113800.110.280.2536.673064.71
HexC0AB8A0B1C19251e41
Octal30025321201334314536101
Binary110000001010101110001010010111110011001100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB8A; }

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

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

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

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

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

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

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

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