Html Css Color HEX #9F4868 Cadillac

📋 copy color: '#9F4868'

red 159 ◦ green 72 ◦ blue 104

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

Shades of Cadillac #9F4868

Tints of Cadillac #9F4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 47.46%
G = 21.49%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F4868 (or 0x9F4868) is known color: Cadillac. HEX triplet: 9F, 48 and 68. RGB value is (159,72,104). Sum of RGB (Red+Green+Blue) = 159+72+104=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4868 is #60B797. Grayscale: #656565. Windows color (decimal): -6338456 or 6834335. OLE color: 6834335.

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

Color convert

RGB 159 72 104 -
CMYK 0 0.55 0.35 0.38
HSL 337.93º 0.38% 0.45% -
HSV(B) 337.93º 0.55% 0.62% -
XYZ 19.11 13.01 14.6 -
YUV 101.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 159 72 104 0 0.55 0.35 0.38 337.93 0.38 0.45
Hex 9F 48 68 0 37 23 26 152 26 2D
Octal 237 110 150 0 67 43 46 522 46 55
Binary 10011111 1001000 1101000 0 110111 100011 100110 101010010 100110 101101

Color Harmonies of #9F4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4868

Black with #9F4868

Text Example


Text Example

White with #9F4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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