#994869

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

Shades of Cadillac #994869

Tints of Cadillac #994869

Color information

#994869 (or 0x994869) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 69. RGB value is (153,72,105). Sum of RGB (Red+Green+Blue) = 153+72+105=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994869 is #66B796. Grayscale: #636363. Windows color (decimal): -6731671 or 6899865. OLE color: 6899865.

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

Color convert

RGB15372105-
CMYK00.530.310.4
HSL335.56º36%44.12%-
HSV(B)335.56º52.94%60%-
XYZ1812.4314.81-
YUV99.98130.84165.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=46.36%
G=21.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537210500.530.310.4335.563644.12
Hex9948690351F28150242c
Octal23111015106537505204454
Binary1001100110010001101001011010111111101000101010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994869; }

 p { color: rgb(153,72,105); }

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

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

 a { background-color: rgb(153,72,105); }

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

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

 span { border-color: rgb(153,72,105); }

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