#CA9F7A

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

Shades of Cameo #CA9F7A

Tints of Cameo #CA9F7A

Color information

#CA9F7A (or 0xCA9F7A) is unknown color: approx Cameo. HEX triplet: CA, 9F and 7A. RGB value is (202,159,122). Sum of RGB (Red+Green+Blue) = 202+159+122=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F7A is #356085. Grayscale: #A7A7A7. Windows color (decimal): -3498118 or 8036298. OLE color: 8036298.

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

Color convert

RGB202159122-
CMYK00.210.400.21
HSL27.75º43.01%63.53%-
HSV(B)27.75º39.6%79.22%-
XYZ40.2738.7623.77-
YUV167.64102.25152.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=41.82%
G=32.92%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215912200.210.400.2127.7543.0163.53
HexCA9F7A01528151c2b40
Octal31223717202550253453100
Binary1100101010011111111101001010110100010101111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F7A; }

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

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

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

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

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

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

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

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