Html Css Color HEX #C0A556 Laser

📋 copy color: '#C0A556'

red 192 ◦ green 165 ◦ blue 86

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

Shades of Laser #C0A556

Tints of Laser #C0A556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 43.34%
G = 37.25%
B = 19.41%

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

#C0A556 (or 0xC0A556) is known color: Laser. HEX triplet: C0, A5 and 56. RGB value is (192,165,86). Sum of RGB (Red+Green+Blue) = 192+165+86=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A556 is #3F5AA9. Grayscale: #A4A4A4. Windows color (decimal): -4151978 or 5678528. OLE color: 5678528.

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

Color convert

RGB 192 165 86 -
CMYK 0 0.14 0.55 0.25
HSL 44.72º 0.46% 0.55% -
HSV(B) 44.72º 0.55% 0.75% -
XYZ 36.87 38.79 14.35 -
YUV 164.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 192 165 86 0 0.14 0.55 0.25 44.72 0.46 0.55
Hex C0 A5 56 0 E 37 19 2D 2E 37
Octal 300 245 126 0 16 67 31 55 56 67
Binary 11000000 10100101 1010110 0 1110 110111 11001 101101 101110 110111

Color Harmonies of #C0A556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A556

Black with #C0A556

Text Example


Text Example

White with #C0A556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A556; }

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

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

background-color css

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

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

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

border-color css

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

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

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