Html Css Color HEX #9E4562 Cadillac

📋 copy color: '#9E4562'

red 158 ◦ green 69 ◦ blue 98

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

Shades of Cadillac #9E4562

Tints of Cadillac #9E4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 48.62%
G = 21.23%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E4562 (or 0x9E4562) is known color: Cadillac. HEX triplet: 9E, 45 and 62. RGB value is (158,69,98). Sum of RGB (Red+Green+Blue) = 158+69+98=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4562 is #61BA9D. Grayscale: #626262. Windows color (decimal): -6404766 or 6440350. OLE color: 6440350.

HSL color Cylindrical-coordinate representation of color #9E4562: hue angle of 340.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4562 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 69 98 -
CMYK 0 0.56 0.38 0.38
HSL 340.45º 0.39% 0.45% -
HSV(B) 340.45º 0.56% 0.62% -
XYZ 18.43 12.41 12.98 -
YUV 98.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 158 69 98 0 0.56 0.38 0.38 340.45 0.39 0.45
Hex 9E 45 62 0 38 26 26 154 27 2D
Octal 236 105 142 0 70 46 46 524 47 55
Binary 10011110 1000101 1100010 0 111000 100110 100110 101010100 100111 101101

Color Harmonies of #9E4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4562

Black with #9E4562

Text Example


Text Example

White with #9E4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,69,98); }

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

background-color css

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

 a { background-color: rgb(158,69,98); }

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

border-color css

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

 span { border-color: rgb(158,69,98); }

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