Html Css Color HEX #9F4F64 Cadillac

📋 copy color: '#9F4F64'

red 159 ◦ green 79 ◦ blue 100

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

Shades of Cadillac #9F4F64

Tints of Cadillac #9F4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 47.04%
G = 23.37%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F4F64 (or 0x9F4F64) is known color: Cadillac. HEX triplet: 9F, 4F and 64. RGB value is (159,79,100). Sum of RGB (Red+Green+Blue) = 159+79+100=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F64 is #60B09B. Grayscale: #696969. Windows color (decimal): -6336668 or 6573983. OLE color: 6573983.

HSL color Cylindrical-coordinate representation of color #9F4F64: hue angle of 344.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F64 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 79 100 -
CMYK 0 0.50 0.37 0.38
HSL 344.25º 0.34% 0.47% -
HSV(B) 344.25º 0.5% 0.62% -
XYZ 19.39 13.88 13.71 -
YUV 105.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 159 79 100 0 0.50 0.37 0.38 344.25 0.34 0.47
Hex 9F 4F 64 0 32 25 26 158 22 2F
Octal 237 117 144 0 62 45 46 530 42 57
Binary 10011111 1001111 1100100 0 110010 100101 100110 101011000 100010 101111

Color Harmonies of #9F4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F64

Black with #9F4F64

Text Example


Text Example

White with #9F4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,100); }

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

background-color css

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

 a { background-color: rgb(159,79,100); }

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

border-color css

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

 span { border-color: rgb(159,79,100); }

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