#9F435C

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

Shades of Cadillac #9F435C

Tints of Cadillac #9F435C

Color information

#9F435C (or 0x9F435C) is unknown color: approx Cadillac. HEX triplet: 9F, 43 and 5C. RGB value is (159,67,92). Sum of RGB (Red+Green+Blue) = 159+67+92=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F435C is #60BCA3. Grayscale: #616161. Windows color (decimal): -6339748 or 6046623. OLE color: 6046623.

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

Color convert

RGB1596792-
CMYK00.580.420.38
HSL343.7º40.71%44.31%-
HSV(B)343.7º57.86%62.35%-
XYZ18.2412.1611.51-
YUV97.36124.98171.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=50%
G=21.07%
B=28.93%

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
Decimal159679200.580.420.38343.740.7144.31
Hex9F435C03A2A26158292c
Octal23710313407252465305154
Binary10011111100001110111000111010101010100110101011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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