Html Css Color HEX #9C416B Rouge

📋 copy color: '#9C416B'

red 156 ◦ green 65 ◦ blue 107

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

Shades of Rouge #9C416B

Tints of Rouge #9C416B

RGB

 RED value IS 156 (61.33% from 255) = 47.56%

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 47.56%
G = 19.82%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C416B (or 0x9C416B) is known color: Rouge. HEX triplet: 9C, 41 and 6B. RGB value is (156,65,107). Sum of RGB (Red+Green+Blue) = 156+65+107=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C416B is #63BE94. Grayscale: #606060. Windows color (decimal): -6536853 or 7029148. OLE color: 7029148.

HSL color Cylindrical-coordinate representation of color #9C416B: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C416B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 107 -
CMYK 0 0.58 0.31 0.39
HSL 332.31º 0.41% 0.43% -
HSV(B) 332.31º 0.58% 0.61% -
XYZ 18.25 11.91 15.25 -
YUV 97 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 156 65 107 0 0.58 0.31 0.39 332.31 0.41 0.43
Hex 9C 41 6B 0 3A 1F 27 14C 29 2B
Octal 234 101 153 0 72 37 47 514 51 53
Binary 10011100 1000001 1101011 0 111010 11111 100111 101001100 101001 101011

Color Harmonies of #9C416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C416B

Black with #9C416B

Text Example


Text Example

White with #9C416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C416B; }

 p { color: rgb(156,65,107); }

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

background-color css

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

 a { background-color: rgb(156,65,107); }

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

border-color css

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

 span { border-color: rgb(156,65,107); }

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