Html Css Color HEX #C19F60 Laser

📋 copy color: '#C19F60'

red 193 ◦ green 159 ◦ blue 96

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

Shades of Laser #C19F60

Tints of Laser #C19F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 43.08%
G = 35.49%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C19F60 (or 0xC19F60) is known color: Laser. HEX triplet: C1, 9F and 60. RGB value is (193,159,96). Sum of RGB (Red+Green+Blue) = 193+159+96=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F60 is #3E609F. Grayscale: #A2A2A2. Windows color (decimal): -4087968 or 6332353. OLE color: 6332353.

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

Color convert

RGB 193 159 96 -
CMYK 0 0.18 0.50 0.24
HSL 38.97º 0.44% 0.57% -
HSV(B) 38.97º 0.5% 0.76% -
XYZ 36.5 36.98 16.28 -
YUV 161.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 193 159 96 0 0.18 0.50 0.24 38.97 0.44 0.57
Hex C1 9F 60 0 12 32 18 27 2C 39
Octal 301 237 140 0 22 62 30 47 54 71
Binary 11000001 10011111 1100000 0 10010 110010 11000 100111 101100 111001

Color Harmonies of #C19F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F60

Black with #C19F60

Text Example


Text Example

White with #C19F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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