Html Css Color HEX #8F4460 Cadillac

📋 copy color: '#8F4460'

red 143 ◦ green 68 ◦ blue 96

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

Shades of Cadillac #8F4460

Tints of Cadillac #8F4460

RGB

 RED value IS 143 (56.25% from 255) = 46.58%

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 46.58%
G = 22.15%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F4460 (or 0x8F4460) is known color: Cadillac. HEX triplet: 8F, 44 and 60. RGB value is (143,68,96). Sum of RGB (Red+Green+Blue) = 143+68+96=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4460 is #70BB9F. Grayscale: #5D5D5D. Windows color (decimal): -7388064 or 6309007. OLE color: 6309007.

HSL color Cylindrical-coordinate representation of color #8F4460: hue angle of 337.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4460 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 68 96 -
CMYK 0 0.52 0.33 0.44
HSL 337.6º 0.36% 0.41% -
HSV(B) 337.6º 0.52% 0.56% -
XYZ 15.51 10.82 12.34 -
YUV 93.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 143 68 96 0 0.52 0.33 0.44 337.6 0.36 0.41
Hex 8F 44 60 0 34 21 2C 152 24 29
Octal 217 104 140 0 64 41 54 522 44 51
Binary 10001111 1000100 1100000 0 110100 100001 101100 101010010 100100 101001

Color Harmonies of #8F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4460

Black with #8F4460

Text Example


Text Example

White with #8F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F4460; }

 p { color: rgb(143,68,96); }

 H1.HeaderClassName
 {
   color: #8F4460;
 }
 .AnyTagClassName
 {
   color: #8F4460;
 }
</style>

background-color css

<style>
 a { background-color: #8F4460; }

 a { background-color: rgb(143,68,96); }

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

border-color css

<style>
 span { border-color: #8F4460; }

 span { border-color: rgb(143,68,96); }

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