#C1AF87

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

Shades of Pavlova #C1AF87

Tints of Pavlova #C1AF87

Color information

#C1AF87 (or 0xC1AF87) is unknown color: approx Pavlova. HEX triplet: C1, AF and 87. RGB value is (193,175,135). Sum of RGB (Red+Green+Blue) = 193+175+135=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF87 is #3E5078. Grayscale: #B0B0B0. Windows color (decimal): -4083833 or 8892353. OLE color: 8892353.

HSL color Cylindrical-coordinate representation of color #C1AF87: hue angle of 41.38º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AF87 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB193175135-
CMYK00.090.300.24
HSL41.38º31.87%64.31%-
HSV(B)41.38º30.05%75.69%-
XYZ41.743.7529.17-
YUV175.82104.96140.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=38.37%
G=34.79%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317513500.090.300.2441.3831.8764.31
HexC1AF87091E18292040
Octal30125720701136305140100
Binary1100000110101111100001110100111110110001010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF87; }

 p { color: rgb(193,175,135); }

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

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

 a { background-color: rgb(193,175,135); }

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

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

 span { border-color: rgb(193,175,135); }

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