Html Css Color HEX #9D4E68 Cadillac

📋 copy color: '#9D4E68'

red 157 ◦ green 78 ◦ blue 104

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

Shades of Cadillac #9D4E68

Tints of Cadillac #9D4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 46.31%
G = 23.01%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D4E68 (or 0x9D4E68) is known color: Cadillac. HEX triplet: 9D, 4E and 68. RGB value is (157,78,104). Sum of RGB (Red+Green+Blue) = 157+78+104=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E68 is #62B197. Grayscale: #686868. Windows color (decimal): -6467992 or 6835869. OLE color: 6835869.

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

Color convert

RGB 157 78 104 -
CMYK 0 0.50 0.34 0.38
HSL 340.25º 0.34% 0.46% -
HSV(B) 340.25º 0.5% 0.62% -
XYZ 19.13 13.62 14.72 -
YUV 104.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 157 78 104 0 0.50 0.34 0.38 340.25 0.34 0.46
Hex 9D 4E 68 0 32 22 26 154 22 2E
Octal 235 116 150 0 62 42 46 524 42 56
Binary 10011101 1001110 1101000 0 110010 100010 100110 101010100 100010 101110

Color Harmonies of #9D4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4E68

Black with #9D4E68

Text Example


Text Example

White with #9D4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,78,104); }

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

background-color css

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

 a { background-color: rgb(157,78,104); }

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

border-color css

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

 span { border-color: rgb(157,78,104); }

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