Html Css Color HEX #CAA861 Laser

📋 copy color: '#CAA861'

red 202 ◦ green 168 ◦ blue 97

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

Shades of Laser #CAA861

Tints of Laser #CAA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 43.25%
G = 35.97%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAA861 (or 0xCAA861) is known color: Laser. HEX triplet: CA, A8 and 61. RGB value is (202,168,97). Sum of RGB (Red+Green+Blue) = 202+168+97=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA861 is #35579E. Grayscale: #AAAAAA. Windows color (decimal): -3495839 or 6400202. OLE color: 6400202.

HSL color Cylindrical-coordinate representation of color #CAA861: hue angle of 40.57º 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 #CAA861 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 97 -
CMYK 0 0.17 0.52 0.21
HSL 40.57º 0.5% 0.59% -
HSV(B) 40.57º 0.52% 0.79% -
XYZ 40.52 41.42 17.17 -
YUV 170.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 202 168 97 0 0.17 0.52 0.21 40.57 0.5 0.59
Hex CA A8 61 0 11 34 15 29 32 3B
Octal 312 250 141 0 21 64 25 51 62 73
Binary 11001010 10101000 1100001 0 10001 110100 10101 101001 110010 111011

Color Harmonies of #CAA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA861

Black with #CAA861

Text Example


Text Example

White with #CAA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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