#C4B18A

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

Shades of Pavlova #C4B18A

Tints of Pavlova #C4B18A

Color information

#C4B18A (or 0xC4B18A) is unknown color: approx Pavlova. HEX triplet: C4, B1 and 8A. RGB value is (196,177,138). Sum of RGB (Red+Green+Blue) = 196+177+138=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B18A is #3B4E75. Grayscale: #B2B2B2. Windows color (decimal): -3886710 or 9089476. OLE color: 9089476.

HSL color Cylindrical-coordinate representation of color #C4B18A: hue angle of 40.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B18A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196177138-
CMYK00.100.300.23
HSL40.34º32.95%65.49%-
HSV(B)40.34º29.59%76.86%-
XYZ43.0745.0230.46-
YUV178.24105.29140.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=38.36%
G=34.64%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617713800.100.300.2340.3432.9565.49
HexC4B18A0A1E17282141
Octal30426121201236275041101
Binary1100010010110001100010100101011110101111010001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B18A; }

 p { color: rgb(196,177,138); }

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

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

 a { background-color: rgb(196,177,138); }

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

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

 span { border-color: rgb(196,177,138); }

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