Html Css Color HEX #CAA55E Laser

📋 copy color: '#CAA55E'

red 202 ◦ green 165 ◦ blue 94

#CAA55E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CAA55E

Tints of Laser #CAA55E

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 43.82%
G = 35.79%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CAA55E (or 0xCAA55E) is known color: Laser. HEX triplet: CA, A5 and 5E. RGB value is (202,165,94). Sum of RGB (Red+Green+Blue) = 202+165+94=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA55E is #355AA1. Grayscale: #A8A8A8. Windows color (decimal): -3496610 or 6202826. OLE color: 6202826.

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

Color convert

RGB 202 165 94 -
CMYK 0 0.18 0.53 0.21
HSL 39.44º 0.5% 0.58% -
HSV(B) 39.44º 0.53% 0.79% -
XYZ 39.83 40.27 16.26 -
YUV 167.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 202 165 94 0 0.18 0.53 0.21 39.44 0.5 0.58
Hex CA A5 5E 0 12 35 15 27 32 3A
Octal 312 245 136 0 22 65 25 47 62 72
Binary 11001010 10100101 1011110 0 10010 110101 10101 100111 110010 111010

Color Harmonies of #CAA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA55E

Black with #CAA55E

Text Example


Text Example

White with #CAA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA55E; }

 p { color: rgb(202,165,94); }

 H1.HeaderClassName
 {
   color: #CAA55E;
 }
 .AnyTagClassName
 {
   color: #CAA55E;
 }
</style>

background-color css

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

 a { background-color: rgb(202,165,94); }

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

border-color css

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

 span { border-color: rgb(202,165,94); }

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