Html Css Color HEX #C59E5F Laser

📋 copy color: '#C59E5F'

red 197 ◦ green 158 ◦ blue 95

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

Shades of Laser #C59E5F

Tints of Laser #C59E5F

RGB

 RED value IS 197 (77.34% from 255) = 43.78%

 GREEN value IS 158 (62.11% from 255) = 35.11%

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 43.78%
G = 35.11%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C59E5F (or 0xC59E5F) is known color: Laser. HEX triplet: C5, 9E and 5F. RGB value is (197,158,95). Sum of RGB (Red+Green+Blue) = 197+158+95=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E5F is #3A61A0. Grayscale: #A2A2A2. Windows color (decimal): -3826081 or 6266565. OLE color: 6266565.

HSL color Cylindrical-coordinate representation of color #C59E5F: hue angle of 37.06º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C59E5F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 158 95 -
CMYK 0 0.20 0.52 0.23
HSL 37.06º 0.47% 0.57% -
HSV(B) 37.06º 0.52% 0.77% -
XYZ 37.32 37.15 16.03 -
YUV 162.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 197 158 95 0 0.20 0.52 0.23 37.06 0.47 0.57
Hex C5 9E 5F 0 14 34 17 25 2F 39
Octal 305 236 137 0 24 64 27 45 57 71
Binary 11000101 10011110 1011111 0 10100 110100 10111 100101 101111 111001

Color Harmonies of #C59E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E5F

Black with #C59E5F

Text Example


Text Example

White with #C59E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E5F; }

 p { color: rgb(197,158,95); }

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

background-color css

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

 a { background-color: rgb(197,158,95); }

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

border-color css

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

 span { border-color: rgb(197,158,95); }

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