#CA9F7F

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

Shades of Cameo #CA9F7F

Tints of Cameo #CA9F7F

Color information

#CA9F7F (or 0xCA9F7F) is unknown color: approx Cameo. HEX triplet: CA, 9F and 7F. RGB value is (202,159,127). Sum of RGB (Red+Green+Blue) = 202+159+127=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F7F is #356080. Grayscale: #A8A8A8. Windows color (decimal): -3498113 or 8363978. OLE color: 8363978.

HSL color Cylindrical-coordinate representation of color #CA9F7F: hue angle of 25.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9F7F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202159127-
CMYK00.210.370.21
HSL25.6º41.44%64.51%-
HSV(B)25.6º37.13%79.22%-
XYZ40.5938.8925.45-
YUV168.21104.75152.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 127 (50% from 255) = 26.02%
R=41.39%
G=32.58%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215912700.210.370.2125.641.4464.51
HexCA9F7F01525151a2941
Octal31223717702545253251101
Binary1100101010011111111111101010110010110101110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F7F; }

 p { color: rgb(202,159,127); }

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

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

 a { background-color: rgb(202,159,127); }

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

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

 span { border-color: rgb(202,159,127); }

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