Html Css Color HEX #9D3F5E Cadillac

📋 copy color: '#9D3F5E'

red 157 ◦ green 63 ◦ blue 94

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

Shades of Cadillac #9D3F5E

Tints of Cadillac #9D3F5E

RGB

 RED value IS 157 (61.72% from 255) = 50%

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 50%
G = 20.06%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D3F5E (or 0x9D3F5E) is known color: Cadillac. HEX triplet: 9D, 3F and 5E. RGB value is (157,63,94). Sum of RGB (Red+Green+Blue) = 157+63+94=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F5E is #62C0A1. Grayscale: #5E5E5E. Windows color (decimal): -6471842 or 6176669. OLE color: 6176669.

HSL color Cylindrical-coordinate representation of color #9D3F5E: hue angle of 340.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D3F5E is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 63 94 -
CMYK 0 0.60 0.40 0.38
HSL 340.21º 0.43% 0.43% -
HSV(B) 340.21º 0.6% 0.62% -
XYZ 17.7 11.53 11.88 -
YUV 94.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 157 63 94 0 0.60 0.40 0.38 340.21 0.43 0.43
Hex 9D 3F 5E 0 3C 28 26 154 2B 2B
Octal 235 77 136 0 74 50 46 524 53 53
Binary 10011101 111111 1011110 0 111100 101000 100110 101010100 101011 101011

Color Harmonies of #9D3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F5E

Black with #9D3F5E

Text Example


Text Example

White with #9D3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,63,94); }

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

background-color css

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

 a { background-color: rgb(157,63,94); }

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

border-color css

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

 span { border-color: rgb(157,63,94); }

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