Html Css Color HEX #CAA961 Laser

📋 copy color: '#CAA961'

red 202 ◦ green 169 ◦ blue 97

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

Shades of Laser #CAA961

Tints of Laser #CAA961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 43.16%
G = 36.11%
B = 20.73%

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

#CAA961 (or 0xCAA961) is known color: Laser. HEX triplet: CA, A9 and 61. RGB value is (202,169,97). Sum of RGB (Red+Green+Blue) = 202+169+97=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA961 is #35569E. Grayscale: #AAAAAA. Windows color (decimal): -3495583 or 6400458. OLE color: 6400458.

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

Color convert

RGB 202 169 97 -
CMYK 0 0.16 0.52 0.21
HSL 41.14º 0.5% 0.59% -
HSV(B) 41.14º 0.52% 0.79% -
XYZ 40.7 41.8 17.23 -
YUV 170.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 202 169 97 0 0.16 0.52 0.21 41.14 0.5 0.59
Hex CA A9 61 0 10 34 15 29 32 3B
Octal 312 251 141 0 20 64 25 51 62 73
Binary 11001010 10101001 1100001 0 10000 110100 10101 101001 110010 111011

Color Harmonies of #CAA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA961

Black with #CAA961

Text Example


Text Example

White with #CAA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA961; }

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

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

background-color css

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

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

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

border-color css

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

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

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