Html Css Color HEX #9F475F Cadillac

📋 copy color: '#9F475F'

red 159 ◦ green 71 ◦ blue 95

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

Shades of Cadillac #9F475F

Tints of Cadillac #9F475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 48.92%
G = 21.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F475F (or 0x9F475F) is known color: Cadillac. HEX triplet: 9F, 47 and 5F. RGB value is (159,71,95). Sum of RGB (Red+Green+Blue) = 159+71+95=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F475F is #60B8A0. Grayscale: #646464. Windows color (decimal): -6338721 or 6244255. OLE color: 6244255.

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

Color convert

RGB 159 71 95 -
CMYK 0 0.55 0.40 0.38
HSL 343.64º 0.38% 0.45% -
HSV(B) 343.64º 0.55% 0.62% -
XYZ 18.62 12.7 12.3 -
YUV 100.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 159 71 95 0 0.55 0.40 0.38 343.64 0.38 0.45
Hex 9F 47 5F 0 37 28 26 158 26 2D
Octal 237 107 137 0 67 50 46 530 46 55
Binary 10011111 1000111 1011111 0 110111 101000 100110 101011000 100110 101101

Color Harmonies of #9F475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F475F

Black with #9F475F

Text Example


Text Example

White with #9F475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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