#C5B08C

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

Shades of Pavlova #C5B08C

Tints of Pavlova #C5B08C

Color information

#C5B08C (or 0xC5B08C) is unknown color: approx Pavlova. HEX triplet: C5, B0 and 8C. RGB value is (197,176,140). Sum of RGB (Red+Green+Blue) = 197+176+140=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B08C is #3A4F73. Grayscale: #B2B2B2. Windows color (decimal): -3821428 or 9220293. OLE color: 9220293.

HSL color Cylindrical-coordinate representation of color #C5B08C: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B08C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197176140-
CMYK00.110.290.23
HSL37.89º32.95%66.08%-
HSV(B)37.89º28.93%77.25%-
XYZ43.2844.8131.18-
YUV178.18106.46141.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=38.40%
G=34.31%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717614000.110.290.2337.8932.9566.08
HexC5B08C0B1D17262142
Octal30526021401335274641102
Binary1100010110110000100011000101111101101111001101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B08C; }

 p { color: rgb(197,176,140); }

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

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

 a { background-color: rgb(197,176,140); }

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

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

 span { border-color: rgb(197,176,140); }

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