#C3B38D

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

Shades of Pavlova #C3B38D

Tints of Pavlova #C3B38D

Color information

#C3B38D (or 0xC3B38D) is unknown color: approx Pavlova. HEX triplet: C3, B3 and 8D. RGB value is (195,179,141). Sum of RGB (Red+Green+Blue) = 195+179+141=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B38D is #3C4C72. Grayscale: #B3B3B3. Windows color (decimal): -3951731 or 9286595. OLE color: 9286595.

HSL color Cylindrical-coordinate representation of color #C3B38D: hue angle of 42.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B38D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195179141-
CMYK00.080.280.24
HSL42.22º31.03%65.88%-
HSV(B)42.22º27.69%76.47%-
XYZ43.4345.7731.74-
YUV179.45106.3139.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=37.86%
G=34.76%
B=27.38%

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
Decimal19517914100.080.280.2442.2231.0365.88
HexC3B38D081C182a1f42
Octal30326321501034305237102
Binary110000111011001110001101010001110011000101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B38D; }

 p { color: rgb(195,179,141); }

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

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

 a { background-color: rgb(195,179,141); }

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

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

 span { border-color: rgb(195,179,141); }

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