Html Css Color HEX #9E425D Cadillac

📋 copy color: '#9E425D'

red 158 ◦ green 66 ◦ blue 93

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

Shades of Cadillac #9E425D

Tints of Cadillac #9E425D

RGB

 RED value IS 158 (62.11% from 255) = 49.84%

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

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

R = 49.84%
G = 20.82%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E425D (or 0x9E425D) is known color: Cadillac. HEX triplet: 9E, 42 and 5D. RGB value is (158,66,93). Sum of RGB (Red+Green+Blue) = 158+66+93=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E425D is #61BDA2. Grayscale: #606060. Windows color (decimal): -6405539 or 6111902. OLE color: 6111902.

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

Color convert

RGB 158 66 93 -
CMYK 0 0.58 0.41 0.38
HSL 342.39º 0.41% 0.44% -
HSV(B) 342.39º 0.58% 0.62% -
XYZ 18.02 11.96 11.71 -
YUV 96.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 158 66 93 0 0.58 0.41 0.38 342.39 0.41 0.44
Hex 9E 42 5D 0 3A 29 26 156 29 2C
Octal 236 102 135 0 72 51 46 526 51 54
Binary 10011110 1000010 1011101 0 111010 101001 100110 101010110 101001 101100

Color Harmonies of #9E425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E425D

Black with #9E425D

Text Example


Text Example

White with #9E425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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