#9E435C

Color #9E435C Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9E435C

Tints of Cadillac #9E435C

Color information

#9E435C (or 0x9E435C) is unknown color: approx Cadillac. HEX triplet: 9E, 43 and 5C. RGB value is (158,67,92). Sum of RGB (Red+Green+Blue) = 158+67+92=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E435C is #61BCA3. Grayscale: #616161. Windows color (decimal): -6405284 or 6046622. OLE color: 6046622.

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

Color convert

RGB1586792-
CMYK00.580.420.38
HSL343.52º40.44%44.12%-
HSV(B)343.52º57.59%61.96%-
XYZ18.0412.0611.5-
YUV97.06125.15171.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.84%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=49.84%
G=21.14%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158679200.580.420.38343.5240.4444.12
Hex9E435C03A2A26158282c
Octal23610313407252465305054
Binary10011110100001110111000111010101010100110101011000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E435C;
 }
 .AnyTagClassName
 {
   color: #9E435C;
 }
</style>
background-color css

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

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

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

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

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

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