#CAA383

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

Shades of Cameo #CAA383

Tints of Cameo #CAA383

Color information

#CAA383 (or 0xCAA383) is unknown color: approx Cameo. HEX triplet: CA, A3 and 83. RGB value is (202,163,131). Sum of RGB (Red+Green+Blue) = 202+163+131=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA383 is #355C7C. Grayscale: #ABABAB. Windows color (decimal): -3497085 or 8627146. OLE color: 8627146.

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

Color convert

RGB202163131-
CMYK00.190.350.21
HSL27.04º40.11%65.29%-
HSV(B)27.04º35.15%79.22%-
XYZ41.5540.3927.08-
YUV171.01105.42150.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=40.73%
G=32.86%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216313100.190.350.2127.0440.1165.29
HexCAA38301323151b2841
Octal31224320302343253350101
Binary11001010101000111000001101001110001110101110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA383; }

 p { color: rgb(202,163,131); }

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

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

 a { background-color: rgb(202,163,131); }

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

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

 span { border-color: rgb(202,163,131); }

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