Html Css Color HEX #9F4768 Cadillac

📋 copy color: '#9F4768'

red 159 ◦ green 71 ◦ blue 104

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

Shades of Cadillac #9F4768

Tints of Cadillac #9F4768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 47.6%
G = 21.26%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F4768 (or 0x9F4768) is known color: Cadillac. HEX triplet: 9F, 47 and 68. RGB value is (159,71,104). Sum of RGB (Red+Green+Blue) = 159+71+104=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4768 is #60B897. Grayscale: #656565. Windows color (decimal): -6338712 or 6834079. OLE color: 6834079.

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

Color convert

RGB 159 71 104 -
CMYK 0 0.55 0.35 0.38
HSL 337.5º 0.38% 0.45% -
HSV(B) 337.5º 0.55% 0.62% -
XYZ 19.05 12.88 14.58 -
YUV 101.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 159 71 104 0 0.55 0.35 0.38 337.5 0.38 0.45
Hex 9F 47 68 0 37 23 26 152 26 2D
Octal 237 107 150 0 67 43 46 522 46 55
Binary 10011111 1000111 1101000 0 110111 100011 100110 101010010 100110 101101

Color Harmonies of #9F4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4768

Black with #9F4768

Text Example


Text Example

White with #9F4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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