Html Css Color HEX #C4A058 Laser

📋 copy color: '#C4A058'

red 196 ◦ green 160 ◦ blue 88

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

Shades of Laser #C4A058

Tints of Laser #C4A058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 44.14%
G = 36.04%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4A058 (or 0xC4A058) is known color: Laser. HEX triplet: C4, A0 and 58. RGB value is (196,160,88). Sum of RGB (Red+Green+Blue) = 196+160+88=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A058 is #3B5FA7. Grayscale: #A2A2A2. Windows color (decimal): -3891112 or 5808324. OLE color: 5808324.

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

Color convert

RGB 196 160 88 -
CMYK 0 0.18 0.55 0.23
HSL 40º 0.48% 0.56% -
HSV(B) 40º 0.55% 0.77% -
XYZ 37.1 37.58 14.53 -
YUV 162.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 196 160 88 0 0.18 0.55 0.23 40 0.48 0.56
Hex C4 A0 58 0 12 37 17 28 30 38
Octal 304 240 130 0 22 67 27 50 60 70
Binary 11000100 10100000 1011000 0 10010 110111 10111 101000 110000 111000

Color Harmonies of #C4A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A058

Black with #C4A058

Text Example


Text Example

White with #C4A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A058; }

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

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

background-color css

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

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

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

border-color css

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

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

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