#C4AF89

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

Shades of Pavlova #C4AF89

Tints of Pavlova #C4AF89

Color information

#C4AF89 (or 0xC4AF89) is unknown color: approx Pavlova. HEX triplet: C4, AF and 89. RGB value is (196,175,137). Sum of RGB (Red+Green+Blue) = 196+175+137=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF89 is #3B5076. Grayscale: #B1B1B1. Windows color (decimal): -3887223 or 9023428. OLE color: 9023428.

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

Color convert

RGB196175137-
CMYK00.110.300.23
HSL38.64º33.33%65.29%-
HSV(B)38.64º30.1%76.86%-
XYZ42.6144.229.95-
YUV176.95105.46141.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=38.58%
G=34.45%
B=26.97%

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
Decimal19617513700.110.300.2338.6433.3365.29
HexC4AF890B1E17272141
Octal30425721101336274741101
Binary1100010010101111100010010101111110101111001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF89; }

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

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

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

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

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

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

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

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