#C0B18A

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

Shades of Pavlova #C0B18A

Tints of Pavlova #C0B18A

Color information

#C0B18A (or 0xC0B18A) is unknown color: approx Pavlova. HEX triplet: C0, B1 and 8A. RGB value is (192,177,138). Sum of RGB (Red+Green+Blue) = 192+177+138=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B18A is #3F4E75. Grayscale: #B1B1B1. Windows color (decimal): -4148854 or 9089472. OLE color: 9089472.

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

Color convert

RGB192177138-
CMYK00.080.280.25
HSL43.33º30%64.71%-
HSV(B)43.33º28.12%75.29%-
XYZ42.0544.4930.42-
YUV177.04105.97138.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=37.87%
G=34.91%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217713800.080.280.2543.333064.71
HexC0B18A081C192b1e41
Octal30026121201034315336101
Binary110000001011000110001010010001110011001101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B18A; }

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

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

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

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

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

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

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

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