Html Css Color HEX #C0A157 Laser

📋 copy color: '#C0A157'

red 192 ◦ green 161 ◦ blue 87

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

Shades of Laser #C0A157

Tints of Laser #C0A157

RGB

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

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

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

R = 43.64%
G = 36.59%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0A157 (or 0xC0A157) is known color: Laser. HEX triplet: C0, A1 and 57. RGB value is (192,161,87). Sum of RGB (Red+Green+Blue) = 192+161+87=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A157 is #3F5EA8. Grayscale: #A2A2A2. Windows color (decimal): -4153001 or 5743040. OLE color: 5743040.

HSL color Cylindrical-coordinate representation of color #C0A157: hue angle of 42.29º 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 #C0A157 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 87 -
CMYK 0 0.16 0.55 0.25
HSL 42.29º 0.45% 0.55% -
HSV(B) 42.29º 0.55% 0.75% -
XYZ 36.2 37.38 14.32 -
YUV 161.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 192 161 87 0 0.16 0.55 0.25 42.29 0.45 0.55
Hex C0 A1 57 0 10 37 19 2A 2D 37
Octal 300 241 127 0 20 67 31 52 55 67
Binary 11000000 10100001 1010111 0 10000 110111 11001 101010 101101 110111

Color Harmonies of #C0A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A157

Black with #C0A157

Text Example


Text Example

White with #C0A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A157; }

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

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

background-color css

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

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

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

border-color css

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

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

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