#C2B08D

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

Shades of Pavlova #C2B08D

Tints of Pavlova #C2B08D

Color information

#C2B08D (or 0xC2B08D) is unknown color: approx Pavlova. HEX triplet: C2, B0 and 8D. RGB value is (194,176,141). Sum of RGB (Red+Green+Blue) = 194+176+141=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08D is #3D4F72. Grayscale: #B1B1B1. Windows color (decimal): -4018035 or 9285826. OLE color: 9285826.

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

Color convert

RGB194176141-
CMYK00.090.270.24
HSL39.62º30.29%65.69%-
HSV(B)39.62º27.32%76.08%-
XYZ42.5844.4431.53-
YUV177.39107.46139.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=37.96%
G=34.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417614100.090.270.2439.6230.2965.69
HexC2B08D091B18281e42
Octal30226021501133305036102
Binary110000101011000010001101010011101111000101000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B08D; }

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

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

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

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

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

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

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

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