#CAA35A

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

Shades of Laser #CAA35A

Tints of Laser #CAA35A

Color information

#CAA35A (or 0xCAA35A) is unknown color: approx Laser. HEX triplet: CA, A3 and 5A. RGB value is (202,163,90). Sum of RGB (Red+Green+Blue) = 202+163+90=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA35A is #355CA5. Grayscale: #A6A6A6. Windows color (decimal): -3497126 or 5940170. OLE color: 5940170.

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

Color convert

RGB20216390-
CMYK00.190.550.21
HSL39.11º51.38%57.25%-
HSV(B)39.11º55.45%79.22%-
XYZ39.339.4915.22-
YUV166.3484.92153.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=44.40%
G=35.82%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021639000.190.550.2139.1151.3857.25
HexCAA35A0133715273339
Octal3122431320236725476371
Binary1100101010100011101101001001111011110101100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA35A; }

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

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

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

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

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

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

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

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