Html Css Color HEX #9D465A Cadillac

📋 copy color: '#9D465A'

red 157 ◦ green 70 ◦ blue 90

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

Shades of Cadillac #9D465A

Tints of Cadillac #9D465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 49.53%
G = 22.08%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D465A (or 0x9D465A) is known color: Cadillac. HEX triplet: 9D, 46 and 5A. RGB value is (157,70,90). Sum of RGB (Red+Green+Blue) = 157+70+90=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D465A is #62B9A5. Grayscale: #626262. Windows color (decimal): -6470054 or 5916317. OLE color: 5916317.

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

Color convert

RGB 157 70 90 -
CMYK 0 0.55 0.43 0.38
HSL 346.21º 0.38% 0.45% -
HSV(B) 346.21º 0.55% 0.62% -
XYZ 17.94 12.29 11.1 -
YUV 98.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 157 70 90 0 0.55 0.43 0.38 346.21 0.38 0.45
Hex 9D 46 5A 0 37 2B 26 15A 26 2D
Octal 235 106 132 0 67 53 46 532 46 55
Binary 10011101 1000110 1011010 0 110111 101011 100110 101011010 100110 101101

Color Harmonies of #9D465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D465A

Black with #9D465A

Text Example


Text Example

White with #9D465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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