Html Css Color HEX #C4B059 Laser

📋 copy color: '#C4B059'

red 196 ◦ green 176 ◦ blue 89

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

Shades of Laser #C4B059

Tints of Laser #C4B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 42.52%
G = 38.18%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4B059 (or 0xC4B059) is known color: Laser. HEX triplet: C4, B0 and 59. RGB value is (196,176,89). Sum of RGB (Red+Green+Blue) = 196+176+89=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B059 is #3B4FA6. Grayscale: #ACACAC. Windows color (decimal): -3887015 or 5877956. OLE color: 5877956.

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

Color convert

RGB 196 176 89 -
CMYK 0 0.10 0.55 0.23
HSL 48.79º 0.48% 0.56% -
HSV(B) 48.79º 0.55% 0.77% -
XYZ 40.09 43.51 15.74 -
YUV 172.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 196 176 89 0 0.10 0.55 0.23 48.79 0.48 0.56
Hex C4 B0 59 0 A 37 17 31 30 38
Octal 304 260 131 0 12 67 27 61 60 70
Binary 11000100 10110000 1011001 0 1010 110111 10111 110001 110000 111000

Color Harmonies of #C4B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B059

Black with #C4B059

Text Example


Text Example

White with #C4B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B059; }

 p { color: rgb(196,176,89); }

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

background-color css

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

 a { background-color: rgb(196,176,89); }

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

border-color css

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

 span { border-color: rgb(196,176,89); }

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