Html Css Color HEX #9F4767 Cadillac

📋 copy color: '#9F4767'

red 159 ◦ green 71 ◦ blue 103

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

Shades of Cadillac #9F4767

Tints of Cadillac #9F4767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 47.75%
G = 21.32%
B = 30.93%

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

#9F4767 (or 0x9F4767) is known color: Cadillac. HEX triplet: 9F, 47 and 67. RGB value is (159,71,103). Sum of RGB (Red+Green+Blue) = 159+71+103=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4767 is #60B898. Grayscale: #646464. Windows color (decimal): -6338713 or 6768543. OLE color: 6768543.

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

Color convert

RGB 159 71 103 -
CMYK 0 0.55 0.35 0.38
HSL 338.18º 0.38% 0.45% -
HSV(B) 338.18º 0.55% 0.62% -
XYZ 19 12.86 14.31 -
YUV 100.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 159 71 103 0 0.55 0.35 0.38 338.18 0.38 0.45
Hex 9F 47 67 0 37 23 26 152 26 2D
Octal 237 107 147 0 67 43 46 522 46 55
Binary 10011111 1000111 1100111 0 110111 100011 100110 101010010 100110 101101

Color Harmonies of #9F4767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4767

Black with #9F4767

Text Example


Text Example

White with #9F4767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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