Html Css Color HEX #9F475E Cadillac

📋 copy color: '#9F475E'

red 159 ◦ green 71 ◦ blue 94

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

Shades of Cadillac #9F475E

Tints of Cadillac #9F475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 49.07%
G = 21.91%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F475E (or 0x9F475E) is known color: Cadillac. HEX triplet: 9F, 47 and 5E. RGB value is (159,71,94). Sum of RGB (Red+Green+Blue) = 159+71+94=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F475E is #60B8A1. Grayscale: #636363. Windows color (decimal): -6338722 or 6178719. OLE color: 6178719.

HSL color Cylindrical-coordinate representation of color #9F475E: hue angle of 344.32º 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 #9F475E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 71 94 -
CMYK 0 0.55 0.41 0.38
HSL 344.32º 0.38% 0.45% -
HSV(B) 344.32º 0.55% 0.62% -
XYZ 18.57 12.69 12.06 -
YUV 99.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 159 71 94 0 0.55 0.41 0.38 344.32 0.38 0.45
Hex 9F 47 5E 0 37 29 26 158 26 2D
Octal 237 107 136 0 67 51 46 530 46 55
Binary 10011111 1000111 1011110 0 110111 101001 100110 101011000 100110 101101

Color Harmonies of #9F475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F475E

Black with #9F475E

Text Example


Text Example

White with #9F475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,71,94); }

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

background-color css

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

 a { background-color: rgb(159,71,94); }

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

border-color css

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

 span { border-color: rgb(159,71,94); }

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