Html Css Color HEX #9F4460 Cadillac

📋 copy color: '#9F4460'

red 159 ◦ green 68 ◦ blue 96

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

Shades of Cadillac #9F4460

Tints of Cadillac #9F4460

RGB

 RED value IS 159 (62.5% from 255) = 49.23%

 GREEN value IS 68 (26.95% from 255) = 21.05%

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

R = 49.23%
G = 21.05%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F4460 (or 0x9F4460) is known color: Cadillac. HEX triplet: 9F, 44 and 60. RGB value is (159,68,96). Sum of RGB (Red+Green+Blue) = 159+68+96=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4460 is #60BB9F. Grayscale: #626262. Windows color (decimal): -6339488 or 6309023. OLE color: 6309023.

HSL color Cylindrical-coordinate representation of color #9F4460: hue angle of 341.54º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4460 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 96 -
CMYK 0 0.57 0.40 0.38
HSL 341.54º 0.4% 0.45% -
HSV(B) 341.54º 0.57% 0.62% -
XYZ 18.48 12.35 12.48 -
YUV 98.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 159 68 96 0 0.57 0.40 0.38 341.54 0.4 0.45
Hex 9F 44 60 0 39 28 26 156 28 2D
Octal 237 104 140 0 71 50 46 526 50 55
Binary 10011111 1000100 1100000 0 111001 101000 100110 101010110 101000 101101

Color Harmonies of #9F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4460

Black with #9F4460

Text Example


Text Example

White with #9F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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