Html Css Color HEX #9F4562 Cadillac

📋 copy color: '#9F4562'

red 159 ◦ green 69 ◦ blue 98

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

Shades of Cadillac #9F4562

Tints of Cadillac #9F4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 48.77%
G = 21.17%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F4562 (or 0x9F4562) is known color: Cadillac. HEX triplet: 9F, 45 and 62. RGB value is (159,69,98). Sum of RGB (Red+Green+Blue) = 159+69+98=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4562 is #60BA9D. Grayscale: #636363. Windows color (decimal): -6339230 or 6440351. OLE color: 6440351.

HSL color Cylindrical-coordinate representation of color #9F4562: hue angle of 340.67º degrees, saturation: 0.39, 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 #9F4562 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 69 98 -
CMYK 0 0.57 0.38 0.38
HSL 340.67º 0.39% 0.45% -
HSV(B) 340.67º 0.57% 0.62% -
XYZ 18.63 12.51 12.99 -
YUV 99.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 159 69 98 0 0.57 0.38 0.38 340.67 0.39 0.45
Hex 9F 45 62 0 39 26 26 155 27 2D
Octal 237 105 142 0 71 46 46 525 47 55
Binary 10011111 1000101 1100010 0 111001 100110 100110 101010101 100111 101101

Color Harmonies of #9F4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4562

Black with #9F4562

Text Example


Text Example

White with #9F4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,69,98); }

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

background-color css

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

 a { background-color: rgb(159,69,98); }

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

border-color css

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

 span { border-color: rgb(159,69,98); }

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