Html Css Color HEX #CAA253 Laser

📋 copy color: '#CAA253'

red 202 ◦ green 162 ◦ blue 83

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

Shades of Laser #CAA253

Tints of Laser #CAA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 83 (32.81% from 255) = 18.57%

R = 45.19%
G = 36.24%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAA253 (or 0xCAA253) is known color: Laser. HEX triplet: CA, A2 and 53. RGB value is (202,162,83). Sum of RGB (Red+Green+Blue) = 202+162+83=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA253 is #355DAC. Grayscale: #A5A5A5. Windows color (decimal): -3497389 or 5481162. OLE color: 5481162.

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

Color convert

RGB 202 162 83 -
CMYK 0 0.20 0.59 0.21
HSL 39.83º 0.53% 0.56% -
HSV(B) 39.83º 0.59% 0.79% -
XYZ 38.84 39.02 13.67 -
YUV 164.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 202 162 83 0 0.20 0.59 0.21 39.83 0.53 0.56
Hex CA A2 53 0 14 3B 15 28 35 38
Octal 312 242 123 0 24 73 25 50 65 70
Binary 11001010 10100010 1010011 0 10100 111011 10101 101000 110101 111000

Color Harmonies of #CAA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA253

Black with #CAA253

Text Example


Text Example

White with #CAA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA253; }

 p { color: rgb(202,162,83); }

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

background-color css

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

 a { background-color: rgb(202,162,83); }

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

border-color css

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

 span { border-color: rgb(202,162,83); }

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