#CAA35C

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

Shades of Laser #CAA35C

Tints of Laser #CAA35C

Color information

#CAA35C (or 0xCAA35C) is unknown color: approx Laser. HEX triplet: CA, A3 and 5C. RGB value is (202,163,92). Sum of RGB (Red+Green+Blue) = 202+163+92=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA35C is #355CA3. Grayscale: #A6A6A6. Windows color (decimal): -3497124 or 6071242. OLE color: 6071242.

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

Color convert

RGB20216392-
CMYK00.190.540.21
HSL38.73º50.93%57.65%-
HSV(B)38.73º54.46%79.22%-
XYZ39.3939.5215.68-
YUV166.5785.92153.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=44.20%
G=35.67%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021639200.190.540.2138.7350.9357.65
HexCAA35C013361527333a
Octal3122431340236625476372
Binary1100101010100011101110001001111011010101100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA35C; }

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

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

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

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

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

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

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

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