Html Css Color HEX #9D466C Cadillac

📋 copy color: '#9D466C'

red 157 ◦ green 70 ◦ blue 108

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

Shades of Cadillac #9D466C

Tints of Cadillac #9D466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 46.87%
G = 20.9%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D466C (or 0x9D466C) is known color: Cadillac. HEX triplet: 9D, 46 and 6C. RGB value is (157,70,108). Sum of RGB (Red+Green+Blue) = 157+70+108=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D466C is #62B993. Grayscale: #646464. Windows color (decimal): -6470036 or 7095965. OLE color: 7095965.

HSL color Cylindrical-coordinate representation of color #9D466C: hue angle of 333.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D466C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 70 108 -
CMYK 0 0.55 0.31 0.38
HSL 333.79º 0.38% 0.45% -
HSV(B) 333.79º 0.55% 0.62% -
XYZ 18.8 12.63 15.63 -
YUV 100.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 157 70 108 0 0.55 0.31 0.38 333.79 0.38 0.45
Hex 9D 46 6C 0 37 1F 26 14E 26 2D
Octal 235 106 154 0 67 37 46 516 46 55
Binary 10011101 1000110 1101100 0 110111 11111 100110 101001110 100110 101101

Color Harmonies of #9D466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D466C

Black with #9D466C

Text Example


Text Example

White with #9D466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,70,108); }

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

background-color css

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

 a { background-color: rgb(157,70,108); }

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

border-color css

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

 span { border-color: rgb(157,70,108); }

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