Html Css Color HEX #9E4C5C Cadillac

📋 copy color: '#9E4C5C'

red 158 ◦ green 76 ◦ blue 92

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

Shades of Cadillac #9E4C5C

Tints of Cadillac #9E4C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 48.47%
G = 23.31%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E4C5C (or 0x9E4C5C) is known color: Cadillac. HEX triplet: 9E, 4C and 5C. RGB value is (158,76,92). Sum of RGB (Red+Green+Blue) = 158+76+92=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C5C is #61B3A3. Grayscale: #666666. Windows color (decimal): -6402980 or 6048926. OLE color: 6048926.

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

Color convert

RGB 158 76 92 -
CMYK 0 0.52 0.42 0.38
HSL 348.29º 0.35% 0.46% -
HSV(B) 348.29º 0.52% 0.62% -
XYZ 18.62 13.21 11.69 -
YUV 102.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 158 76 92 0 0.52 0.42 0.38 348.29 0.35 0.46
Hex 9E 4C 5C 0 34 2A 26 15C 23 2E
Octal 236 114 134 0 64 52 46 534 43 56
Binary 10011110 1001100 1011100 0 110100 101010 100110 101011100 100011 101110

Color Harmonies of #9E4C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4C5C

Black with #9E4C5C

Text Example


Text Example

White with #9E4C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,92); }

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

background-color css

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

 a { background-color: rgb(158,76,92); }

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

border-color css

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

 span { border-color: rgb(158,76,92); }

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