#C2B08E

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

Shades of Pavlova #C2B08E

Tints of Pavlova #C2B08E

Color information

#C2B08E (or 0xC2B08E) is unknown color: approx Pavlova. HEX triplet: C2, B0 and 8E. RGB value is (194,176,142). Sum of RGB (Red+Green+Blue) = 194+176+142=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B08E is #3D4F71. Grayscale: #B1B1B1. Windows color (decimal): -4018034 or 9351362. OLE color: 9351362.

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

Color convert

RGB194176142-
CMYK00.090.270.24
HSL39.23º29.89%65.88%-
HSV(B)39.23º26.8%76.08%-
XYZ42.6644.4731.93-
YUV177.51107.96139.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=37.89%
G=34.38%
B=27.73%

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
Decimal19417614200.090.270.2439.2329.8965.88
HexC2B08E091B18271e42
Octal30226021601133304736102
Binary110000101011000010001110010011101111000100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B08E; }

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

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

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

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

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

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

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

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