#994268

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

Shades of Cadillac #994268

Tints of Cadillac #994268

Color information

#994268 (or 0x994268) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 68. RGB value is (153,66,104). Sum of RGB (Red+Green+Blue) = 153+66+104=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #994268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994268 is #66BD97. Grayscale: #606060. Windows color (decimal): -6733208 or 6832793. OLE color: 6832793.

HSL color Cylindrical-coordinate representation of color #994268: hue angle of 333.79º 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 #994268 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15366104-
CMYK00.570.320.4
HSL333.79º39.73%42.94%-
HSV(B)333.79º56.86%60%-
XYZ17.5811.6714.42-
YUV96.34132.32168.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=47.37%
G=20.43%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536610400.570.320.4333.7939.7342.94
Hex994268039202814e282b
Octal23110215007140505165053
Binary10011001100001011010000111001100000101000101001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994268; }

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

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

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

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

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

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

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

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