Html Css Color HEX #C19F55 Laser

📋 copy color: '#C19F55'

red 193 ◦ green 159 ◦ blue 85

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

Shades of Laser #C19F55

Tints of Laser #C19F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.38%

 BLUE value IS 85 (33.59% from 255) = 19.45%

R = 44.16%
G = 36.38%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C19F55 (or 0xC19F55) is known color: Laser. HEX triplet: C1, 9F and 55. RGB value is (193,159,85). Sum of RGB (Red+Green+Blue) = 193+159+85=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F55 is #3E60AA. Grayscale: #A1A1A1. Windows color (decimal): -4087979 or 5611457. OLE color: 5611457.

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

Color convert

RGB 193 159 85 -
CMYK 0 0.18 0.56 0.24
HSL 41.11º 0.47% 0.55% -
HSV(B) 41.11º 0.56% 0.76% -
XYZ 36.03 36.79 13.8 -
YUV 160.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 193 159 85 0 0.18 0.56 0.24 41.11 0.47 0.55
Hex C1 9F 55 0 12 38 18 29 2F 37
Octal 301 237 125 0 22 70 30 51 57 67
Binary 11000001 10011111 1010101 0 10010 111000 11000 101001 101111 110111

Color Harmonies of #C19F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F55

Black with #C19F55

Text Example


Text Example

White with #C19F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F55; }

 p { color: rgb(193,159,85); }

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

background-color css

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

 a { background-color: rgb(193,159,85); }

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

border-color css

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

 span { border-color: rgb(193,159,85); }

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