Html Css Color HEX #993C68 Rouge

📋 copy color: '#993C68'

red 153 ◦ green 60 ◦ blue 104

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

Shades of Rouge #993C68

Tints of Rouge #993C68

RGB

 RED value IS 153 (60.16% from 255) = 48.26%

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 48.26%
G = 18.93%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993C68 (or 0x993C68) is known color: Rouge. HEX triplet: 99, 3C and 68. RGB value is (153,60,104). Sum of RGB (Red+Green+Blue) = 153+60+104=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #993C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C68 is #66C397. Grayscale: #5C5C5C. Windows color (decimal): -6734744 or 6831257. OLE color: 6831257.

HSL color Cylindrical-coordinate representation of color #993C68: hue angle of 331.61º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C68 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 104 -
CMYK 0 0.61 0.32 0.4
HSL 331.61º 0.44% 0.42% -
HSV(B) 331.61º 0.61% 0.6% -
XYZ 17.25 11 14.31 -
YUV 92.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 153 60 104 0 0.61 0.32 0.4 331.61 0.44 0.42
Hex 99 3C 68 0 3D 20 28 14C 2C 2A
Octal 231 74 150 0 75 40 50 514 54 52
Binary 10011001 111100 1101000 0 111101 100000 101000 101001100 101100 101010

Color Harmonies of #993C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C68

Black with #993C68

Text Example


Text Example

White with #993C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993C68; }

 p { color: rgb(153,60,104); }

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

background-color css

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

 a { background-color: rgb(153,60,104); }

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

border-color css

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

 span { border-color: rgb(153,60,104); }

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