#C2B18D

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

Shades of Pavlova #C2B18D

Tints of Pavlova #C2B18D

Color information

#C2B18D (or 0xC2B18D) is unknown color: approx Pavlova. HEX triplet: C2, B1 and 8D. RGB value is (194,177,141). Sum of RGB (Red+Green+Blue) = 194+177+141=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B18D is #3D4E72. Grayscale: #B2B2B2. Windows color (decimal): -4017779 or 9286082. OLE color: 9286082.

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

Color convert

RGB194177141-
CMYK00.090.270.24
HSL40.75º30.29%65.69%-
HSV(B)40.75º27.32%76.08%-
XYZ42.7844.8431.6-
YUV177.98107.13139.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=37.89%
G=34.57%
B=27.54%

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
Decimal19417714100.090.270.2440.7530.2965.69
HexC2B18D091B18291e42
Octal30226121501133305136102
Binary110000101011000110001101010011101111000101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B18D; }

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

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

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

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

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

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

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

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