#994068

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

Shades of Cadillac #994068

Tints of Cadillac #994068

Color information

#994068 (or 0x994068) is unknown color: approx Cadillac. HEX triplet: 99, 40 and 68. RGB value is (153,64,104). Sum of RGB (Red+Green+Blue) = 153+64+104=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994068 is #66BF97. Grayscale: #5F5F5F. Windows color (decimal): -6733720 or 6832281. OLE color: 6832281.

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

Color convert

RGB15364104-
CMYK00.580.320.4
HSL333.03º41.01%42.55%-
HSV(B)333.03º58.17%60%-
XYZ17.4711.4414.38-
YUV95.17132.99169.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=47.66%
G=19.94%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536410400.580.320.4333.0341.0142.55
Hex99406803A202814d292b
Octal23110015007240505155153
Binary10011001100000011010000111010100000101000101001101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994068; }

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

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

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

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

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

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

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

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