Html Css Color HEX #C59E5A Laser

📋 copy color: '#C59E5A'

red 197 ◦ green 158 ◦ blue 90

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

Shades of Laser #C59E5A

Tints of Laser #C59E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.22%

R = 44.27%
G = 35.51%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C59E5A (or 0xC59E5A) is known color: Laser. HEX triplet: C5, 9E and 5A. RGB value is (197,158,90). Sum of RGB (Red+Green+Blue) = 197+158+90=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E5A is #3A61A5. Grayscale: #A2A2A2. Windows color (decimal): -3826086 or 5938885. OLE color: 5938885.

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

Color convert

RGB 197 158 90 -
CMYK 0 0.20 0.54 0.23
HSL 38.13º 0.48% 0.56% -
HSV(B) 38.13º 0.54% 0.77% -
XYZ 37.1 37.06 14.87 -
YUV 161.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 197 158 90 0 0.20 0.54 0.23 38.13 0.48 0.56
Hex C5 9E 5A 0 14 36 17 26 30 38
Octal 305 236 132 0 24 66 27 46 60 70
Binary 11000101 10011110 1011010 0 10100 110110 10111 100110 110000 111000

Color Harmonies of #C59E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E5A

Black with #C59E5A

Text Example


Text Example

White with #C59E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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