#C0B088

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

Shades of Pavlova #C0B088

Tints of Pavlova #C0B088

Color information

#C0B088 (or 0xC0B088) is unknown color: approx Pavlova. HEX triplet: C0, B0 and 88. RGB value is (192,176,136). Sum of RGB (Red+Green+Blue) = 192+176+136=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B088 is #3F4F77. Grayscale: #B0B0B0. Windows color (decimal): -4149112 or 8958144. OLE color: 8958144.

HSL color Cylindrical-coordinate representation of color #C0B088: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B088 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192176136-
CMYK00.080.290.25
HSL42.86º30.77%64.31%-
HSV(B)42.86º29.17%75.29%-
XYZ41.7144.0329.59-
YUV176.22105.3139.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=38.10%
G=34.92%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217613600.080.290.2542.8630.7764.31
HexC0B088081D192b1f40
Octal30026021001035315337100
Binary110000001011000010001000010001110111001101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B088; }

 p { color: rgb(192,176,136); }

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

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

 a { background-color: rgb(192,176,136); }

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

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

 span { border-color: rgb(192,176,136); }

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