Html Css Color HEX #C0A557 Laser

📋 copy color: '#C0A557'

red 192 ◦ green 165 ◦ blue 87

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

Shades of Laser #C0A557

Tints of Laser #C0A557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 87 (34.38% from 255) = 19.59%

R = 43.24%
G = 37.16%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0A557 (or 0xC0A557) is known color: Laser. HEX triplet: C0, A5 and 57. RGB value is (192,165,87). Sum of RGB (Red+Green+Blue) = 192+165+87=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A557 is #3F5AA8. Grayscale: #A4A4A4. Windows color (decimal): -4151977 or 5744064. OLE color: 5744064.

HSL color Cylindrical-coordinate representation of color #C0A557: hue angle of 44.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0A557 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 87 -
CMYK 0 0.14 0.55 0.25
HSL 44.57º 0.45% 0.55% -
HSV(B) 44.57º 0.55% 0.75% -
XYZ 36.91 38.8 14.56 -
YUV 164.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 192 165 87 0 0.14 0.55 0.25 44.57 0.45 0.55
Hex C0 A5 57 0 E 37 19 2D 2D 37
Octal 300 245 127 0 16 67 31 55 55 67
Binary 11000000 10100101 1010111 0 1110 110111 11001 101101 101101 110111

Color Harmonies of #C0A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A557

Black with #C0A557

Text Example


Text Example

White with #C0A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A557; }

 p { color: rgb(192,165,87); }

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

background-color css

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

 a { background-color: rgb(192,165,87); }

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

border-color css

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

 span { border-color: rgb(192,165,87); }

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