#CAA67A

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

Shades of Cameo #CAA67A

Tints of Cameo #CAA67A

Color information

#CAA67A (or 0xCAA67A) is unknown color: approx Cameo. HEX triplet: CA, A6 and 7A. RGB value is (202,166,122). Sum of RGB (Red+Green+Blue) = 202+166+122=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA67A is #355985. Grayscale: #ABABAB. Windows color (decimal): -3496326 or 8038090. OLE color: 8038090.

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

Color convert

RGB202166122-
CMYK00.180.400.21
HSL33º43.01%63.53%-
HSV(B)33º39.6%79.22%-
XYZ41.5141.2324.18-
YUV171.7599.93149.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=41.22%
G=33.88%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612200.180.400.213343.0163.53
HexCAA67A0122815212b40
Octal31224617202250254153100
Binary11001010101001101111010010010101000101011000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA67A; }

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

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

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

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

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

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

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

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