Html Css Color HEX #9C465D Cadillac

📋 copy color: '#9C465D'

red 156 ◦ green 70 ◦ blue 93

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

Shades of Cadillac #9C465D

Tints of Cadillac #9C465D

RGB

 RED value IS 156 (61.33% from 255) = 48.9%

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 48.9%
G = 21.94%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C465D (or 0x9C465D) is known color: Cadillac. HEX triplet: 9C, 46 and 5D. RGB value is (156,70,93). Sum of RGB (Red+Green+Blue) = 156+70+93=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C465D is #63B9A2. Grayscale: #626262. Windows color (decimal): -6535587 or 6112924. OLE color: 6112924.

HSL color Cylindrical-coordinate representation of color #9C465D: hue angle of 343.95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C465D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 93 -
CMYK 0 0.55 0.40 0.39
HSL 343.95º 0.38% 0.44% -
HSV(B) 343.95º 0.55% 0.61% -
XYZ 17.88 12.24 11.78 -
YUV 98.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 156 70 93 0 0.55 0.40 0.39 343.95 0.38 0.44
Hex 9C 46 5D 0 37 28 27 158 26 2C
Octal 234 106 135 0 67 50 47 530 46 54
Binary 10011100 1000110 1011101 0 110111 101000 100111 101011000 100110 101100

Color Harmonies of #9C465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C465D

Black with #9C465D

Text Example


Text Example

White with #9C465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,93); }

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

background-color css

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

 a { background-color: rgb(156,70,93); }

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

border-color css

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

 span { border-color: rgb(156,70,93); }

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