Html Css Color HEX #9F4D68 Cadillac

📋 copy color: '#9F4D68'

red 159 ◦ green 77 ◦ blue 104

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

Shades of Cadillac #9F4D68

Tints of Cadillac #9F4D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 46.76%
G = 22.65%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F4D68 (or 0x9F4D68) is known color: Cadillac. HEX triplet: 9F, 4D and 68. RGB value is (159,77,104). Sum of RGB (Red+Green+Blue) = 159+77+104=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D68 is #60B297. Grayscale: #686868. Windows color (decimal): -6337176 or 6835615. OLE color: 6835615.

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

Color convert

RGB 159 77 104 -
CMYK 0 0.52 0.35 0.38
HSL 340.24º 0.35% 0.46% -
HSV(B) 340.24º 0.52% 0.62% -
XYZ 19.45 13.68 14.71 -
YUV 104.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 159 77 104 0 0.52 0.35 0.38 340.24 0.35 0.46
Hex 9F 4D 68 0 34 23 26 154 23 2E
Octal 237 115 150 0 64 43 46 524 43 56
Binary 10011111 1001101 1101000 0 110100 100011 100110 101010100 100011 101110

Color Harmonies of #9F4D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D68

Black with #9F4D68

Text Example


Text Example

White with #9F4D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,104); }

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

background-color css

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

 a { background-color: rgb(159,77,104); }

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

border-color css

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

 span { border-color: rgb(159,77,104); }

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