Html Css Color HEX #994C5B Cadillac

📋 copy color: '#994C5B'

red 153 ◦ green 76 ◦ blue 91

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

Shades of Cadillac #994C5B

Tints of Cadillac #994C5B

RGB

 RED value IS 153 (60.16% from 255) = 47.81%

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 47.81%
G = 23.75%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#994C5B (or 0x994C5B) is known color: Cadillac. HEX triplet: 99, 4C and 5B. RGB value is (153,76,91). Sum of RGB (Red+Green+Blue) = 153+76+91=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #994C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C5B is #66B3A4. Grayscale: #646464. Windows color (decimal): -6730661 or 5983385. OLE color: 5983385.

HSL color Cylindrical-coordinate representation of color #994C5B: hue angle of 348.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C5B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 91 -
CMYK 0 0.50 0.41 0.4
HSL 348.31º 0.34% 0.45% -
HSV(B) 348.31º 0.5% 0.6% -
XYZ 17.61 12.7 11.42 -
YUV 100.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 153 76 91 0 0.50 0.41 0.4 348.31 0.34 0.45
Hex 99 4C 5B 0 32 29 28 15C 22 2D
Octal 231 114 133 0 62 51 50 534 42 55
Binary 10011001 1001100 1011011 0 110010 101001 101000 101011100 100010 101101

Color Harmonies of #994C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C5B

Black with #994C5B

Text Example


Text Example

White with #994C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C5B; }

 p { color: rgb(153,76,91); }

 H1.HeaderClassName
 {
   color: #994C5B;
 }
 .AnyTagClassName
 {
   color: #994C5B;
 }
</style>

background-color css

<style>
 a { background-color: #994C5B; }

 a { background-color: rgb(153,76,91); }

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

border-color css

<style>
 span { border-color: #994C5B; }

 span { border-color: rgb(153,76,91); }

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