Html Css Color HEX #9C455C Cadillac

📋 copy color: '#9C455C'

red 156 ◦ green 69 ◦ blue 92

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

Shades of Cadillac #9C455C

Tints of Cadillac #9C455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 49.21%
G = 21.77%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C455C (or 0x9C455C) is known color: Cadillac. HEX triplet: 9C, 45 and 5C. RGB value is (156,69,92). Sum of RGB (Red+Green+Blue) = 156+69+92=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C455C is #63BAA3. Grayscale: #616161. Windows color (decimal): -6535844 or 6047132. OLE color: 6047132.

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

Color convert

RGB 156 69 92 -
CMYK 0 0.56 0.41 0.39
HSL 344.14º 0.39% 0.44% -
HSV(B) 344.14º 0.56% 0.61% -
XYZ 17.77 12.1 11.52 -
YUV 97.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 156 69 92 0 0.56 0.41 0.39 344.14 0.39 0.44
Hex 9C 45 5C 0 38 29 27 158 27 2C
Octal 234 105 134 0 70 51 47 530 47 54
Binary 10011100 1000101 1011100 0 111000 101001 100111 101011000 100111 101100

Color Harmonies of #9C455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C455C

Black with #9C455C

Text Example


Text Example

White with #9C455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,69,92); }

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

background-color css

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

 a { background-color: rgb(156,69,92); }

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

border-color css

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

 span { border-color: rgb(156,69,92); }

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