#993C64

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

Shades of Cadillac #993C64

Tints of Cadillac #993C64

Color information

#993C64 (or 0x993C64) is unknown color: approx Cadillac. HEX triplet: 99, 3C and 64. RGB value is (153,60,100). Sum of RGB (Red+Green+Blue) = 153+60+100=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C64 is #66C39B. Grayscale: #5C5C5C. Windows color (decimal): -6734748 or 6569113. OLE color: 6569113.

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

Color convert

RGB15360100-
CMYK00.610.350.4
HSL334.19º43.66%41.76%-
HSV(B)334.19º60.78%60%-
XYZ17.0510.9213.27-
YUV92.37132.31171.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=48.88%
G=19.17%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536010000.610.350.4334.1943.6641.76
Hex993C6403D232814e2c2a
Octal2317414407543505165452
Binary1001100111110011001000111101100011101000101001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C64; }

 p { color: rgb(153,60,100); }

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

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

 a { background-color: rgb(153,60,100); }

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

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

 span { border-color: rgb(153,60,100); }

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