Html Css Color HEX #9F4663 Cadillac

📋 copy color: '#9F4663'

red 159 ◦ green 70 ◦ blue 99

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

Shades of Cadillac #9F4663

Tints of Cadillac #9F4663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 48.48%
G = 21.34%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F4663 (or 0x9F4663) is known color: Cadillac. HEX triplet: 9F, 46 and 63. RGB value is (159,70,99). Sum of RGB (Red+Green+Blue) = 159+70+99=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4663 is #60B99C. Grayscale: #636363. Windows color (decimal): -6338973 or 6506143. OLE color: 6506143.

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

Color convert

RGB 159 70 99 -
CMYK 0 0.56 0.38 0.38
HSL 340.45º 0.39% 0.45% -
HSV(B) 340.45º 0.56% 0.62% -
XYZ 18.74 12.65 13.26 -
YUV 99.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 159 70 99 0 0.56 0.38 0.38 340.45 0.39 0.45
Hex 9F 46 63 0 38 26 26 154 27 2D
Octal 237 106 143 0 70 46 46 524 47 55
Binary 10011111 1000110 1100011 0 111000 100110 100110 101010100 100111 101101

Color Harmonies of #9F4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4663

Black with #9F4663

Text Example


Text Example

White with #9F4663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,99); }

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

background-color css

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

 a { background-color: rgb(159,70,99); }

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

border-color css

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

 span { border-color: rgb(159,70,99); }

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