Html Css Color HEX #994363 Cadillac

📋 copy color: '#994363'

red 153 ◦ green 67 ◦ blue 99

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

Shades of Cadillac #994363

Tints of Cadillac #994363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 47.96%
G = 21%
B = 31.03%

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

#994363 (or 0x994363) is known color: Cadillac. HEX triplet: 99, 43 and 63. RGB value is (153,67,99). Sum of RGB (Red+Green+Blue) = 153+67+99=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994363 is #66BC9C. Grayscale: #606060. Windows color (decimal): -6732957 or 6505369. OLE color: 6505369.

HSL color Cylindrical-coordinate representation of color #994363: hue angle of 337.67º degrees, saturation: 0.39, 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 #994363 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 99 -
CMYK 0 0.56 0.35 0.4
HSL 337.67º 0.39% 0.43% -
HSV(B) 337.67º 0.56% 0.6% -
XYZ 17.4 11.69 13.14 -
YUV 96.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 153 67 99 0 0.56 0.35 0.4 337.67 0.39 0.43
Hex 99 43 63 0 38 23 28 152 27 2B
Octal 231 103 143 0 70 43 50 522 47 53
Binary 10011001 1000011 1100011 0 111000 100011 101000 101010010 100111 101011

Color Harmonies of #994363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994363

Black with #994363

Text Example


Text Example

White with #994363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994363; }

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

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

background-color css

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

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

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

border-color css

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

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

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