Html Css Color HEX #9C445C Cadillac

📋 copy color: '#9C445C'

red 156 ◦ green 68 ◦ blue 92

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

Shades of Cadillac #9C445C

Tints of Cadillac #9C445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 49.37%
G = 21.52%
B = 29.11%

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

#9C445C (or 0x9C445C) is known color: Cadillac. HEX triplet: 9C, 44 and 5C. RGB value is (156,68,92). Sum of RGB (Red+Green+Blue) = 156+68+92=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C445C is #63BBA3. Grayscale: #616161. Windows color (decimal): -6536100 or 6046876. OLE color: 6046876.

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

Color convert

RGB 156 68 92 -
CMYK 0 0.56 0.41 0.39
HSL 343.64º 0.39% 0.44% -
HSV(B) 343.64º 0.56% 0.61% -
XYZ 17.71 11.97 11.5 -
YUV 97.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 156 68 92 0 0.56 0.41 0.39 343.64 0.39 0.44
Hex 9C 44 5C 0 38 29 27 158 27 2C
Octal 234 104 134 0 70 51 47 530 47 54
Binary 10011100 1000100 1011100 0 111000 101001 100111 101011000 100111 101100

Color Harmonies of #9C445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C445C

Black with #9C445C

Text Example


Text Example

White with #9C445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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