#994263

Color #994263 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #994263

Tints of Cadillac #994263

Color information

#994263 (or 0x994263) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 63. RGB value is (153,66,99). Sum of RGB (Red+Green+Blue) = 153+66+99=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994263 is #66BD9C. Grayscale: #5F5F5F. Windows color (decimal): -6733213 or 6505113. OLE color: 6505113.

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

Color convert

RGB1536699-
CMYK00.570.350.4
HSL337.24º39.73%42.94%-
HSV(B)337.24º56.86%60%-
XYZ17.3411.5713.12-
YUV95.78129.82168.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=48.11%
G=20.75%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153669900.570.350.4337.2439.7342.94
Hex9942630392328151282b
Octal23110214307143505215053
Binary10011001100001011000110111001100011101000101010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994263; }

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

 H1.HeaderClassName
 {
   color: #994263;
 }
 .AnyTagClassName
 {
   color: #994263;
 }
</style>
background-color css

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

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

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

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

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

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