Html Css Color HEX #C0A155 Laser

📋 copy color: '#C0A155'

red 192 ◦ green 161 ◦ blue 85

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

Shades of Laser #C0A155

Tints of Laser #C0A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 43.84%
G = 36.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C0A155 (or 0xC0A155) is known color: Laser. HEX triplet: C0, A1 and 55. RGB value is (192,161,85). Sum of RGB (Red+Green+Blue) = 192+161+85=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A155 is #3F5EAA. Grayscale: #A1A1A1. Windows color (decimal): -4153003 or 5611968. OLE color: 5611968.

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

Color convert

RGB 192 161 85 -
CMYK 0 0.16 0.56 0.25
HSL 42.62º 0.46% 0.54% -
HSV(B) 42.62º 0.56% 0.75% -
XYZ 36.12 37.35 13.9 -
YUV 161.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 192 161 85 0 0.16 0.56 0.25 42.62 0.46 0.54
Hex C0 A1 55 0 10 38 19 2B 2E 36
Octal 300 241 125 0 20 70 31 53 56 66
Binary 11000000 10100001 1010101 0 10000 111000 11001 101011 101110 110110

Color Harmonies of #C0A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A155

Black with #C0A155

Text Example


Text Example

White with #C0A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A155; }

 p { color: rgb(192,161,85); }

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

background-color css

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

 a { background-color: rgb(192,161,85); }

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

border-color css

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

 span { border-color: rgb(192,161,85); }

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