#994568

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

Shades of Cadillac #994568

Tints of Cadillac #994568

Color information

#994568 (or 0x994568) is unknown color: approx Cadillac. HEX triplet: 99, 45 and 68. RGB value is (153,69,104). Sum of RGB (Red+Green+Blue) = 153+69+104=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994568 is #66BA97. Grayscale: #626262. Windows color (decimal): -6732440 or 6833561. OLE color: 6833561.

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

Color convert

RGB15369104-
CMYK00.550.320.4
HSL335º37.84%43.53%-
HSV(B)335º54.9%60%-
XYZ17.7612.0314.48-
YUV98.11131.33167.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=46.93%
G=21.17%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536910400.550.320.433537.8443.53
Hex994568037202814f262c
Octal23110515006740505174654
Binary10011001100010111010000110111100000101000101001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994568; }

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

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

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

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

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

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

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

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