Html Css Color HEX #C0A957 Laser

📋 copy color: '#C0A957'

red 192 ◦ green 169 ◦ blue 87

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

Shades of Laser #C0A957

Tints of Laser #C0A957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

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

R = 42.86%
G = 37.72%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0A957 (or 0xC0A957) is known color: Laser. HEX triplet: C0, A9 and 57. RGB value is (192,169,87). Sum of RGB (Red+Green+Blue) = 192+169+87=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A957 is #3F56A8. Grayscale: #A6A6A6. Windows color (decimal): -4150953 or 5745088. OLE color: 5745088.

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

Color convert

RGB 192 169 87 -
CMYK 0 0.12 0.55 0.25
HSL 46.86º 0.45% 0.55% -
HSV(B) 46.86º 0.55% 0.75% -
XYZ 37.65 40.27 14.81 -
YUV 166.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 192 169 87 0 0.12 0.55 0.25 46.86 0.45 0.55
Hex C0 A9 57 0 C 37 19 2F 2D 37
Octal 300 251 127 0 14 67 31 57 55 67
Binary 11000000 10101001 1010111 0 1100 110111 11001 101111 101101 110111

Color Harmonies of #C0A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A957

Black with #C0A957

Text Example


Text Example

White with #C0A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A957; }

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

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

background-color css

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

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

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

border-color css

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

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

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