Html Css Color HEX #9F4C69 Cadillac

📋 copy color: '#9F4C69'

red 159 ◦ green 76 ◦ blue 105

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

Shades of Cadillac #9F4C69

Tints of Cadillac #9F4C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 46.76%
G = 22.35%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F4C69 (or 0x9F4C69) is known color: Cadillac. HEX triplet: 9F, 4C and 69. RGB value is (159,76,105). Sum of RGB (Red+Green+Blue) = 159+76+105=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C69 is #60B396. Grayscale: #686868. Windows color (decimal): -6337431 or 6900895. OLE color: 6900895.

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

Color convert

RGB 159 76 105 -
CMYK 0 0.52 0.34 0.38
HSL 339.04º 0.35% 0.46% -
HSV(B) 339.04º 0.52% 0.62% -
XYZ 19.43 13.56 14.96 -
YUV 104.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 159 76 105 0 0.52 0.34 0.38 339.04 0.35 0.46
Hex 9F 4C 69 0 34 22 26 153 23 2E
Octal 237 114 151 0 64 42 46 523 43 56
Binary 10011111 1001100 1101001 0 110100 100010 100110 101010011 100011 101110

Color Harmonies of #9F4C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4C69

Black with #9F4C69

Text Example


Text Example

White with #9F4C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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