#CA9F7E

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

Shades of Cameo #CA9F7E

Tints of Cameo #CA9F7E

Color information

#CA9F7E (or 0xCA9F7E) is unknown color: approx Cameo. HEX triplet: CA, 9F and 7E. RGB value is (202,159,126). Sum of RGB (Red+Green+Blue) = 202+159+126=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F7E is #356081. Grayscale: #A8A8A8. Windows color (decimal): -3498114 or 8298442. OLE color: 8298442.

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

Color convert

RGB202159126-
CMYK00.210.380.21
HSL26.05º41.76%64.31%-
HSV(B)26.05º37.62%79.22%-
XYZ40.5238.8625.1-
YUV168.1104.25152.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=41.48%
G=32.65%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215912600.210.380.2126.0541.7664.31
HexCA9F7E01526151a2a40
Octal31223717602546253252100
Binary1100101010011111111111001010110011010101110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F7E; }

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

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

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

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

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

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

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

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