Html Css Color HEX #9F425D Cadillac

📋 copy color: '#9F425D'

red 159 ◦ green 66 ◦ blue 93

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

Shades of Cadillac #9F425D

Tints of Cadillac #9F425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 50%
G = 20.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F425D (or 0x9F425D) is known color: Cadillac. HEX triplet: 9F, 42 and 5D. RGB value is (159,66,93). Sum of RGB (Red+Green+Blue) = 159+66+93=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F425D is #60BDA2. Grayscale: #606060. Windows color (decimal): -6340003 or 6111903. OLE color: 6111903.

HSL color Cylindrical-coordinate representation of color #9F425D: hue angle of 342.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F425D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 93 -
CMYK 0 0.58 0.42 0.38
HSL 342.58º 0.41% 0.44% -
HSV(B) 342.58º 0.58% 0.62% -
XYZ 18.22 12.06 11.72 -
YUV 96.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 159 66 93 0 0.58 0.42 0.38 342.58 0.41 0.44
Hex 9F 42 5D 0 3A 2A 26 157 29 2C
Octal 237 102 135 0 72 52 46 527 51 54
Binary 10011111 1000010 1011101 0 111010 101010 100110 101010111 101001 101100

Color Harmonies of #9F425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F425D

Black with #9F425D

Text Example


Text Example

White with #9F425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,93); }

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

background-color css

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

 a { background-color: rgb(159,66,93); }

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

border-color css

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

 span { border-color: rgb(159,66,93); }

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