#C5AF89

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

Shades of Pavlova #C5AF89

Tints of Pavlova #C5AF89

Color information

#C5AF89 (or 0xC5AF89) is unknown color: approx Pavlova. HEX triplet: C5, AF and 89. RGB value is (197,175,137). Sum of RGB (Red+Green+Blue) = 197+175+137=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF89 is #3A5076. Grayscale: #B1B1B1. Windows color (decimal): -3821687 or 9023429. OLE color: 9023429.

HSL color Cylindrical-coordinate representation of color #C5AF89: hue angle of 38º degrees, saturation: 0.34, 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 #C5AF89 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197175137-
CMYK00.110.300.23
HSL38º34.09%65.49%-
HSV(B)38º30.46%77.25%-
XYZ42.8744.3429.97-
YUV177.25105.29142.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=38.70%
G=34.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717513700.110.300.233834.0965.49
HexC5AF890B1E17262241
Octal30525721101336274642101
Binary1100010110101111100010010101111110101111001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF89; }

 p { color: rgb(197,175,137); }

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

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

 a { background-color: rgb(197,175,137); }

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

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

 span { border-color: rgb(197,175,137); }

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