Html Css Color HEX #C0A857 Laser

📋 copy color: '#C0A857'

red 192 ◦ green 168 ◦ blue 87

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

Shades of Laser #C0A857

Tints of Laser #C0A857

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

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

R = 42.95%
G = 37.58%
B = 19.46%

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

#C0A857 (or 0xC0A857) is known color: Laser. HEX triplet: C0, A8 and 57. RGB value is (192,168,87). Sum of RGB (Red+Green+Blue) = 192+168+87=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A857 is #3F57A8. Grayscale: #A6A6A6. Windows color (decimal): -4151209 or 5744832. OLE color: 5744832.

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

Color convert

RGB 192 168 87 -
CMYK 0 0.12 0.55 0.25
HSL 46.29º 0.45% 0.55% -
HSV(B) 46.29º 0.55% 0.75% -
XYZ 37.46 39.9 14.74 -
YUV 165.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 192 168 87 0 0.12 0.55 0.25 46.29 0.45 0.55
Hex C0 A8 57 0 C 37 19 2E 2D 37
Octal 300 250 127 0 14 67 31 56 55 67
Binary 11000000 10101000 1010111 0 1100 110111 11001 101110 101101 110111

Color Harmonies of #C0A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A857

Black with #C0A857

Text Example


Text Example

White with #C0A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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