#CAA678

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

Shades of Cameo #CAA678

Tints of Cameo #CAA678

Color information

#CAA678 (or 0xCAA678) is unknown color: approx Cameo. HEX triplet: CA, A6 and 78. RGB value is (202,166,120). Sum of RGB (Red+Green+Blue) = 202+166+120=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA678 is #355987. Grayscale: #ABABAB. Windows color (decimal): -3496328 or 7907018. OLE color: 7907018.

HSL color Cylindrical-coordinate representation of color #CAA678: hue angle of 33.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAA678 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202166120-
CMYK00.180.410.21
HSL33.66º43.62%63.14%-
HSV(B)33.66º40.59%79.22%-
XYZ41.3841.1923.54-
YUV171.5298.93149.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=41.39%
G=34.02%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612000.180.410.2133.6643.6263.14
HexCAA6780122915222c3f
Octal3122461700225125425477
Binary1100101010100110111100001001010100110101100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA678; }

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

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

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

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

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

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

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

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