#C2B28C

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

Shades of Pavlova #C2B28C

Tints of Pavlova #C2B28C

Color information

#C2B28C (or 0xC2B28C) is unknown color: approx Pavlova. HEX triplet: C2, B2 and 8C. RGB value is (194,178,140). Sum of RGB (Red+Green+Blue) = 194+178+140=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28C is #3D4D73. Grayscale: #B2B2B2. Windows color (decimal): -4017524 or 9220802. OLE color: 9220802.

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

Color convert

RGB194178140-
CMYK00.080.280.24
HSL42.22º30.68%65.49%-
HSV(B)42.22º27.84%76.08%-
XYZ42.945.231.27-
YUV178.45106.3139.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=37.89%
G=34.77%
B=27.34%

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
Decimal19417814000.080.280.2442.2230.6865.49
HexC2B28C081C182a1f41
Octal30226221401034305237101
Binary110000101011001010001100010001110011000101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B28C; }

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

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

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

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

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

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

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

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