#CAA77A

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

Shades of Cameo #CAA77A

Tints of Cameo #CAA77A

Color information

#CAA77A (or 0xCAA77A) is unknown color: approx Cameo. HEX triplet: CA, A7 and 7A. RGB value is (202,167,122). Sum of RGB (Red+Green+Blue) = 202+167+122=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA77A is #355885. Grayscale: #ACACAC. Windows color (decimal): -3496070 or 8038346. OLE color: 8038346.

HSL color Cylindrical-coordinate representation of color #CAA77A: hue angle of 33.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 #CAA77A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202167122-
CMYK00.170.400.21
HSL33.75º43.01%63.53%-
HSV(B)33.75º39.6%79.22%-
XYZ41.6941.624.24-
YUV172.3399.6149.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=41.14%
G=34.01%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216712200.170.400.2133.7543.0163.53
HexCAA77A0112815222b40
Octal31224717202150254253100
Binary11001010101001111111010010001101000101011000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA77A; }

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

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

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

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

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

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

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

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