Html Css Color HEX #C0AA60 Laser

📋 copy color: '#C0AA60'

red 192 ◦ green 170 ◦ blue 96

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

Shades of Laser #C0AA60

Tints of Laser #C0AA60

RGB

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

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

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

R = 41.92%
G = 37.12%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0AA60 (or 0xC0AA60) is known color: Laser. HEX triplet: C0, AA and 60. RGB value is (192,170,96). Sum of RGB (Red+Green+Blue) = 192+170+96=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA60 is #3F559F. Grayscale: #A8A8A8. Windows color (decimal): -4150688 or 6335168. OLE color: 6335168.

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

Color convert

RGB 192 170 96 -
CMYK 0 0.11 0.50 0.25
HSL 46.25º 0.43% 0.56% -
HSV(B) 46.25º 0.5% 0.75% -
XYZ 38.22 40.8 16.93 -
YUV 168.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 192 170 96 0 0.11 0.50 0.25 46.25 0.43 0.56
Hex C0 AA 60 0 B 32 19 2E 2B 38
Octal 300 252 140 0 13 62 31 56 53 70
Binary 11000000 10101010 1100000 0 1011 110010 11001 101110 101011 111000

Color Harmonies of #C0AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA60

Black with #C0AA60

Text Example


Text Example

White with #C0AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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