#C2B28B

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

Shades of Pavlova #C2B28B

Tints of Pavlova #C2B28B

Color information

#C2B28B (or 0xC2B28B) is unknown color: approx Pavlova. HEX triplet: C2, B2 and 8B. RGB value is (194,178,139). Sum of RGB (Red+Green+Blue) = 194+178+139=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28B is #3D4D74. Grayscale: #B2B2B2. Windows color (decimal): -4017525 or 9155266. OLE color: 9155266.

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

Color convert

RGB194178139-
CMYK00.080.280.24
HSL42.55º31.07%65.29%-
HSV(B)42.55º28.35%76.08%-
XYZ42.8345.1730.89-
YUV178.34105.8139.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=37.96%
G=34.83%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417813900.080.280.2442.5531.0765.29
HexC2B28B081C182b1f41
Octal30226221301034305337101
Binary110000101011001010001011010001110011000101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B28B; }

 p { color: rgb(194,178,139); }

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

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

 a { background-color: rgb(194,178,139); }

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

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

 span { border-color: rgb(194,178,139); }

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