Html Css Color HEX #9C4660 Cadillac

📋 copy color: '#9C4660'

red 156 ◦ green 70 ◦ blue 96

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

Shades of Cadillac #9C4660

Tints of Cadillac #9C4660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

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

R = 48.45%
G = 21.74%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C4660 (or 0x9C4660) is known color: Cadillac. HEX triplet: 9C, 46 and 60. RGB value is (156,70,96). Sum of RGB (Red+Green+Blue) = 156+70+96=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4660 is #63B99F. Grayscale: #626262. Windows color (decimal): -6535584 or 6309532. OLE color: 6309532.

HSL color Cylindrical-coordinate representation of color #9C4660: hue angle of 341.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4660 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 96 -
CMYK 0 0.55 0.38 0.39
HSL 341.86º 0.38% 0.44% -
HSV(B) 341.86º 0.55% 0.61% -
XYZ 18.01 12.29 12.49 -
YUV 98.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 156 70 96 0 0.55 0.38 0.39 341.86 0.38 0.44
Hex 9C 46 60 0 37 26 27 156 26 2C
Octal 234 106 140 0 67 46 47 526 46 54
Binary 10011100 1000110 1100000 0 110111 100110 100111 101010110 100110 101100

Color Harmonies of #9C4660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4660

Black with #9C4660

Text Example


Text Example

White with #9C4660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,96); }

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

background-color css

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

 a { background-color: rgb(156,70,96); }

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

border-color css

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

 span { border-color: rgb(156,70,96); }

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