#C2B08C

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

Shades of Pavlova #C2B08C

Tints of Pavlova #C2B08C

Color information

#C2B08C (or 0xC2B08C) is unknown color: approx Pavlova. HEX triplet: C2, B0 and 8C. RGB value is (194,176,140). Sum of RGB (Red+Green+Blue) = 194+176+140=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08C is #3D4F73. Grayscale: #B1B1B1. Windows color (decimal): -4018036 or 9220290. OLE color: 9220290.

HSL color Cylindrical-coordinate representation of color #C2B08C: hue angle of 40º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B08C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194176140-
CMYK00.090.280.24
HSL40º30.68%65.49%-
HSV(B)40º27.84%76.08%-
XYZ42.5144.4131.14-
YUV177.28106.96139.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=38.04%
G=34.51%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417614000.090.280.244030.6865.49
HexC2B08C091C18281f41
Octal30226021401134305037101
Binary110000101011000010001100010011110011000101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B08C; }

 p { color: rgb(194,176,140); }

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

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

 a { background-color: rgb(194,176,140); }

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

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

 span { border-color: rgb(194,176,140); }

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