Html Css Color HEX #9F4B69 Cadillac

📋 copy color: '#9F4B69'

red 159 ◦ green 75 ◦ blue 105

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

Shades of Cadillac #9F4B69

Tints of Cadillac #9F4B69

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.12%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 46.9%
G = 22.12%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F4B69 (or 0x9F4B69) is known color: Cadillac. HEX triplet: 9F, 4B and 69. RGB value is (159,75,105). Sum of RGB (Red+Green+Blue) = 159+75+105=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B69 is #60B496. Grayscale: #676767. Windows color (decimal): -6337687 or 6900639. OLE color: 6900639.

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

Color convert

RGB 159 75 105 -
CMYK 0 0.53 0.34 0.38
HSL 338.57º 0.36% 0.46% -
HSV(B) 338.57º 0.53% 0.62% -
XYZ 19.36 13.42 14.93 -
YUV 103.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 159 75 105 0 0.53 0.34 0.38 338.57 0.36 0.46
Hex 9F 4B 69 0 35 22 26 153 24 2E
Octal 237 113 151 0 65 42 46 523 44 56
Binary 10011111 1001011 1101001 0 110101 100010 100110 101010011 100100 101110

Color Harmonies of #9F4B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B69

Black with #9F4B69

Text Example


Text Example

White with #9F4B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,75,105); }

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

background-color css

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

 a { background-color: rgb(159,75,105); }

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

border-color css

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

 span { border-color: rgb(159,75,105); }

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