Html Css Color HEX #9C466D Cadillac

📋 copy color: '#9C466D'

red 156 ◦ green 70 ◦ blue 109

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

Shades of Cadillac #9C466D

Tints of Cadillac #9C466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 46.57%
G = 20.9%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C466D (or 0x9C466D) is known color: Cadillac. HEX triplet: 9C, 46 and 6D. RGB value is (156,70,109). Sum of RGB (Red+Green+Blue) = 156+70+109=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C466D is #63B992. Grayscale: #646464. Windows color (decimal): -6535571 or 7161500. OLE color: 7161500.

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

Color convert

RGB 156 70 109 -
CMYK 0 0.55 0.30 0.39
HSL 332.79º 0.38% 0.44% -
HSV(B) 332.79º 0.55% 0.61% -
XYZ 18.66 12.55 15.91 -
YUV 100.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 156 70 109 0 0.55 0.30 0.39 332.79 0.38 0.44
Hex 9C 46 6D 0 37 1E 27 14D 26 2C
Octal 234 106 155 0 67 36 47 515 46 54
Binary 10011100 1000110 1101101 0 110111 11110 100111 101001101 100110 101100

Color Harmonies of #9C466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C466D

Black with #9C466D

Text Example


Text Example

White with #9C466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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