Html Css Color HEX #9C4C62 Cadillac

📋 copy color: '#9C4C62'

red 156 ◦ green 76 ◦ blue 98

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

Shades of Cadillac #9C4C62

Tints of Cadillac #9C4C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 47.27%
G = 23.03%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C4C62 (or 0x9C4C62) is known color: Cadillac. HEX triplet: 9C, 4C and 62. RGB value is (156,76,98). Sum of RGB (Red+Green+Blue) = 156+76+98=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C62 is #63B39D. Grayscale: #666666. Windows color (decimal): -6534046 or 6442140. OLE color: 6442140.

HSL color Cylindrical-coordinate representation of color #9C4C62: hue angle of 343.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4C62 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 76 98 -
CMYK 0 0.51 0.37 0.39
HSL 343.5º 0.34% 0.45% -
HSV(B) 343.5º 0.51% 0.61% -
XYZ 18.5 13.12 13.11 -
YUV 102.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 156 76 98 0 0.51 0.37 0.39 343.5 0.34 0.45
Hex 9C 4C 62 0 33 25 27 158 22 2D
Octal 234 114 142 0 63 45 47 530 42 55
Binary 10011100 1001100 1100010 0 110011 100101 100111 101011000 100010 101101

Color Harmonies of #9C4C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4C62

Black with #9C4C62

Text Example


Text Example

White with #9C4C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,76,98); }

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

background-color css

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

 a { background-color: rgb(156,76,98); }

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

border-color css

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

 span { border-color: rgb(156,76,98); }

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