Html Css Color HEX #994B57 Cadillac

📋 copy color: '#994B57'

red 153 ◦ green 75 ◦ blue 87

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

Shades of Cadillac #994B57

Tints of Cadillac #994B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 48.57%
G = 23.81%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#994B57 (or 0x994B57) is known color: Cadillac. HEX triplet: 99, 4B and 57. RGB value is (153,75,87). Sum of RGB (Red+Green+Blue) = 153+75+87=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #994B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B57 is #66B4A8. Grayscale: #636363. Windows color (decimal): -6730921 or 5720985. OLE color: 5720985.

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

Color convert

RGB 153 75 87 -
CMYK 0 0.51 0.43 0.4
HSL 350.77º 0.34% 0.45% -
HSV(B) 350.77º 0.51% 0.6% -
XYZ 17.37 12.49 10.51 -
YUV 99.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 153 75 87 0 0.51 0.43 0.4 350.77 0.34 0.45
Hex 99 4B 57 0 33 2B 28 15F 22 2D
Octal 231 113 127 0 63 53 50 537 42 55
Binary 10011001 1001011 1010111 0 110011 101011 101000 101011111 100010 101101

Color Harmonies of #994B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B57

Black with #994B57

Text Example


Text Example

White with #994B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,87); }

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

background-color css

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

 a { background-color: rgb(153,75,87); }

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

border-color css

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

 span { border-color: rgb(153,75,87); }

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