Html Css Color HEX #CAA960 Laser

📋 copy color: '#CAA960'

red 202 ◦ green 169 ◦ blue 96

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

Shades of Laser #CAA960

Tints of Laser #CAA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 43.25%
G = 36.19%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAA960 (or 0xCAA960) is known color: Laser. HEX triplet: CA, A9 and 60. RGB value is (202,169,96). Sum of RGB (Red+Green+Blue) = 202+169+96=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA960 is #35569F. Grayscale: #AAAAAA. Windows color (decimal): -3495584 or 6334922. OLE color: 6334922.

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

Color convert

RGB 202 169 96 -
CMYK 0 0.16 0.52 0.21
HSL 41.32º 0.5% 0.58% -
HSV(B) 41.32º 0.52% 0.79% -
XYZ 40.66 41.78 16.99 -
YUV 170.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 202 169 96 0 0.16 0.52 0.21 41.32 0.5 0.58
Hex CA A9 60 0 10 34 15 29 32 3A
Octal 312 251 140 0 20 64 25 51 62 72
Binary 11001010 10101001 1100000 0 10000 110100 10101 101001 110010 111010

Color Harmonies of #CAA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA960

Black with #CAA960

Text Example


Text Example

White with #CAA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA960; }

 p { color: rgb(202,169,96); }

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

background-color css

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

 a { background-color: rgb(202,169,96); }

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

border-color css

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

 span { border-color: rgb(202,169,96); }

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