#C2B28D

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

Shades of Pavlova #C2B28D

Tints of Pavlova #C2B28D

Color information

#C2B28D (or 0xC2B28D) is unknown color: approx Pavlova. HEX triplet: C2, B2 and 8D. RGB value is (194,178,141). Sum of RGB (Red+Green+Blue) = 194+178+141=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28D is #3D4D72. Grayscale: #B2B2B2. Windows color (decimal): -4017523 or 9286338. OLE color: 9286338.

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

Color convert

RGB194178141-
CMYK00.080.270.24
HSL41.89º30.29%65.69%-
HSV(B)41.89º27.32%76.08%-
XYZ42.9845.2331.67-
YUV178.57106.8139.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=37.82%
G=34.70%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417814100.080.270.2441.8930.2965.69
HexC2B28D081B182a1e42
Octal30226221501033305236102
Binary110000101011001010001101010001101111000101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B28D; }

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

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

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

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

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

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

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

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