Html Css Color HEX #C19E5F Laser

📋 copy color: '#C19E5F'

red 193 ◦ green 158 ◦ blue 95

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

Shades of Laser #C19E5F

Tints of Laser #C19E5F

RGB

 RED value IS 193 (75.78% from 255) = 43.27%

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

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

R = 43.27%
G = 35.43%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C19E5F (or 0xC19E5F) is known color: Laser. HEX triplet: C1, 9E and 5F. RGB value is (193,158,95). Sum of RGB (Red+Green+Blue) = 193+158+95=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E5F is #3E61A0. Grayscale: #A1A1A1. Windows color (decimal): -4088225 or 6266561. OLE color: 6266561.

HSL color Cylindrical-coordinate representation of color #C19E5F: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C19E5F is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 95 -
CMYK 0 0.18 0.51 0.24
HSL 38.57º 0.44% 0.56% -
HSV(B) 38.57º 0.51% 0.76% -
XYZ 36.28 36.62 15.98 -
YUV 161.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 193 158 95 0 0.18 0.51 0.24 38.57 0.44 0.56
Hex C1 9E 5F 0 12 33 18 27 2C 38
Octal 301 236 137 0 22 63 30 47 54 70
Binary 11000001 10011110 1011111 0 10010 110011 11000 100111 101100 111000

Color Harmonies of #C19E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E5F

Black with #C19E5F

Text Example


Text Example

White with #C19E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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