Html Css Color HEX #C0AA5F Laser

📋 copy color: '#C0AA5F'

red 192 ◦ green 170 ◦ blue 95

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

Shades of Laser #C0AA5F

Tints of Laser #C0AA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 42.01%
G = 37.2%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0AA5F (or 0xC0AA5F) is known color: Laser. HEX triplet: C0, AA and 5F. RGB value is (192,170,95). Sum of RGB (Red+Green+Blue) = 192+170+95=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA5F is #3F55A0. Grayscale: #A8A8A8. Windows color (decimal): -4150689 or 6269632. OLE color: 6269632.

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

Color convert

RGB 192 170 95 -
CMYK 0 0.11 0.51 0.25
HSL 46.39º 0.43% 0.56% -
HSV(B) 46.39º 0.51% 0.75% -
XYZ 38.18 40.78 16.69 -
YUV 168.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 192 170 95 0 0.11 0.51 0.25 46.39 0.43 0.56
Hex C0 AA 5F 0 B 33 19 2E 2B 38
Octal 300 252 137 0 13 63 31 56 53 70
Binary 11000000 10101010 1011111 0 1011 110011 11001 101110 101011 111000

Color Harmonies of #C0AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA5F

Black with #C0AA5F

Text Example


Text Example

White with #C0AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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