Html Css Color HEX #CAAA63 Laser

📋 copy color: '#CAAA63'

red 202 ◦ green 170 ◦ blue 99

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

Shades of Laser #CAAA63

Tints of Laser #CAAA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 42.89%
G = 36.09%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAAA63 (or 0xCAAA63) is known color: Laser. HEX triplet: CA, AA and 63. RGB value is (202,170,99). Sum of RGB (Red+Green+Blue) = 202+170+99=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA63 is #35559C. Grayscale: #ABABAB. Windows color (decimal): -3495325 or 6531786. OLE color: 6531786.

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

Color convert

RGB 202 170 99 -
CMYK 0 0.16 0.51 0.21
HSL 41.36º 0.49% 0.59% -
HSV(B) 41.36º 0.51% 0.79% -
XYZ 40.98 42.21 17.79 -
YUV 171.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 202 170 99 0 0.16 0.51 0.21 41.36 0.49 0.59
Hex CA AA 63 0 10 33 15 29 31 3B
Octal 312 252 143 0 20 63 25 51 61 73
Binary 11001010 10101010 1100011 0 10000 110011 10101 101001 110001 111011

Color Harmonies of #CAAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAA63

Black with #CAAA63

Text Example


Text Example

White with #CAAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAA63; }

 p { color: rgb(202,170,99); }

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

background-color css

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

 a { background-color: rgb(202,170,99); }

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

border-color css

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

 span { border-color: rgb(202,170,99); }

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