Html Css Color HEX #C4A056 Laser

📋 copy color: '#C4A056'

red 196 ◦ green 160 ◦ blue 86

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

Shades of Laser #C4A056

Tints of Laser #C4A056

RGB

 RED value IS 196 (76.95% from 255) = 44.34%

 GREEN value IS 160 (62.89% from 255) = 36.2%

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

R = 44.34%
G = 36.2%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C4A056 (or 0xC4A056) is known color: Laser. HEX triplet: C4, A0 and 56. RGB value is (196,160,86). Sum of RGB (Red+Green+Blue) = 196+160+86=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A056 is #3B5FA9. Grayscale: #A2A2A2. Windows color (decimal): -3891114 or 5677252. OLE color: 5677252.

HSL color Cylindrical-coordinate representation of color #C4A056: hue angle of 40.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4A056 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 86 -
CMYK 0 0.18 0.56 0.23
HSL 40.36º 0.48% 0.55% -
HSV(B) 40.36º 0.56% 0.77% -
XYZ 37.02 37.55 14.1 -
YUV 162.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 196 160 86 0 0.18 0.56 0.23 40.36 0.48 0.55
Hex C4 A0 56 0 12 38 17 28 30 37
Octal 304 240 126 0 22 70 27 50 60 67
Binary 11000100 10100000 1010110 0 10010 111000 10111 101000 110000 110111

Color Harmonies of #C4A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A056

Black with #C4A056

Text Example


Text Example

White with #C4A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A056; }

 p { color: rgb(196,160,86); }

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

background-color css

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

 a { background-color: rgb(196,160,86); }

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

border-color css

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

 span { border-color: rgb(196,160,86); }

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