Html Css Color HEX #C0AA61 Laser

📋 copy color: '#C0AA61'

red 192 ◦ green 170 ◦ blue 97

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

Shades of Laser #C0AA61

Tints of Laser #C0AA61

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

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

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

R = 41.83%
G = 37.04%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0AA61 (or 0xC0AA61) is known color: Laser. HEX triplet: C0, AA and 61. RGB value is (192,170,97). Sum of RGB (Red+Green+Blue) = 192+170+97=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA61 is #3F559E. Grayscale: #A8A8A8. Windows color (decimal): -4150687 or 6400704. OLE color: 6400704.

HSL color Cylindrical-coordinate representation of color #C0AA61: hue angle of 46.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0AA61 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 97 -
CMYK 0 0.11 0.49 0.25
HSL 46.11º 0.43% 0.57% -
HSV(B) 46.11º 0.49% 0.75% -
XYZ 38.27 40.82 17.17 -
YUV 168.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 192 170 97 0 0.11 0.49 0.25 46.11 0.43 0.57
Hex C0 AA 61 0 B 31 19 2E 2B 39
Octal 300 252 141 0 13 61 31 56 53 71
Binary 11000000 10101010 1100001 0 1011 110001 11001 101110 101011 111001

Color Harmonies of #C0AA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA61

Black with #C0AA61

Text Example


Text Example

White with #C0AA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA61; }

 p { color: rgb(192,170,97); }

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

background-color css

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

 a { background-color: rgb(192,170,97); }

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

border-color css

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

 span { border-color: rgb(192,170,97); }

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