#CAA782

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

Shades of Cameo #CAA782

Tints of Cameo #CAA782

Color information

#CAA782 (or 0xCAA782) is unknown color: approx Cameo. HEX triplet: CA, A7 and 82. RGB value is (202,167,130). Sum of RGB (Red+Green+Blue) = 202+167+130=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA782 is #35587D. Grayscale: #ADADAD. Windows color (decimal): -3496062 or 8562634. OLE color: 8562634.

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

Color convert

RGB202167130-
CMYK00.170.360.21
HSL30.83º40.45%65.1%-
HSV(B)30.83º35.64%79.22%-
XYZ42.2141.8126.96-
YUV173.25103.6148.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=40.48%
G=33.47%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216713000.170.360.2130.8340.4565.1
HexCAA78201124151f2841
Octal31224720202144253750101
Binary11001010101001111000001001000110010010101111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA782; }

 p { color: rgb(202,167,130); }

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

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

 a { background-color: rgb(202,167,130); }

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

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

 span { border-color: rgb(202,167,130); }

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