Html Css Color HEX #9C466C Cadillac

📋 copy color: '#9C466C'

red 156 ◦ green 70 ◦ blue 108

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

Shades of Cadillac #9C466C

Tints of Cadillac #9C466C

RGB

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

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

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

R = 46.71%
G = 20.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C466C (or 0x9C466C) is known color: Cadillac. HEX triplet: 9C, 46 and 6C. RGB value is (156,70,108). Sum of RGB (Red+Green+Blue) = 156+70+108=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C466C is #63B993. Grayscale: #636363. Windows color (decimal): -6535572 or 7095964. OLE color: 7095964.

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

Color convert

RGB 156 70 108 -
CMYK 0 0.55 0.31 0.39
HSL 333.49º 0.38% 0.44% -
HSV(B) 333.49º 0.55% 0.61% -
XYZ 18.61 12.53 15.63 -
YUV 100.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 156 70 108 0 0.55 0.31 0.39 333.49 0.38 0.44
Hex 9C 46 6C 0 37 1F 27 14D 26 2C
Octal 234 106 154 0 67 37 47 515 46 54
Binary 10011100 1000110 1101100 0 110111 11111 100111 101001101 100110 101100

Color Harmonies of #9C466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C466C

Black with #9C466C

Text Example


Text Example

White with #9C466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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