#CAA680

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

Shades of Cameo #CAA680

Tints of Cameo #CAA680

Color information

#CAA680 (or 0xCAA680) is unknown color: approx Cameo. HEX triplet: CA, A6 and 80. RGB value is (202,166,128). Sum of RGB (Red+Green+Blue) = 202+166+128=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA680 is #35597F. Grayscale: #ACACAC. Windows color (decimal): -3496320 or 8431306. OLE color: 8431306.

HSL color Cylindrical-coordinate representation of color #CAA680: hue angle of 30.81º 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 #CAA680 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202166128-
CMYK00.180.370.21
HSL30.81º41.11%64.71%-
HSV(B)30.81º36.63%79.22%-
XYZ41.8941.3926.2-
YUV172.43102.93149.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=40.73%
G=33.47%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612800.180.370.2130.8141.1164.71
HexCAA68001225151f2941
Octal31224620002245253751101
Binary11001010101001101000000001001010010110101111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA680; }

 p { color: rgb(202,166,128); }

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

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

 a { background-color: rgb(202,166,128); }

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

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

 span { border-color: rgb(202,166,128); }

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