Html Css Color HEX #994463 Cadillac

📋 copy color: '#994463'

red 153 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #994463

Tints of Cadillac #994463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 47.81%
G = 21.25%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#994463 (or 0x994463) is known color: Cadillac. HEX triplet: 99, 44 and 63. RGB value is (153,68,99). Sum of RGB (Red+Green+Blue) = 153+68+99=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #994463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994463 is #66BB9C. Grayscale: #606060. Windows color (decimal): -6732701 or 6505625. OLE color: 6505625.

HSL color Cylindrical-coordinate representation of color #994463: hue angle of 338.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994463 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 99 -
CMYK 0 0.56 0.35 0.4
HSL 338.12º 0.38% 0.43% -
HSV(B) 338.12º 0.56% 0.6% -
XYZ 17.46 11.81 13.16 -
YUV 96.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 153 68 99 0 0.56 0.35 0.4 338.12 0.38 0.43
Hex 99 44 63 0 38 23 28 152 26 2B
Octal 231 104 143 0 70 43 50 522 46 53
Binary 10011001 1000100 1100011 0 111000 100011 101000 101010010 100110 101011

Color Harmonies of #994463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994463

Black with #994463

Text Example


Text Example

White with #994463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994463; }

 p { color: rgb(153,68,99); }

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

background-color css

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

 a { background-color: rgb(153,68,99); }

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

border-color css

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

 span { border-color: rgb(153,68,99); }

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