Html Css Color HEX #994569 Cadillac

📋 copy color: '#994569'

red 153 ◦ green 69 ◦ blue 105

#994569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #994569

Tints of Cadillac #994569

RGB

 RED value IS 153 (60.16% from 255) = 46.79%

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 46.79%
G = 21.1%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#994569 (or 0x994569) is known color: Cadillac. HEX triplet: 99, 45 and 69. RGB value is (153,69,105). Sum of RGB (Red+Green+Blue) = 153+69+105=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #994569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994569 is #66BA96. Grayscale: #626262. Windows color (decimal): -6732439 or 6899097. OLE color: 6899097.

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

Color convert

RGB 153 69 105 -
CMYK 0 0.55 0.31 0.4
HSL 334.29º 0.38% 0.44% -
HSV(B) 334.29º 0.55% 0.6% -
XYZ 17.81 12.05 14.75 -
YUV 98.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 153 69 105 0 0.55 0.31 0.4 334.29 0.38 0.44
Hex 99 45 69 0 37 1F 28 14E 26 2C
Octal 231 105 151 0 67 37 50 516 46 54
Binary 10011001 1000101 1101001 0 110111 11111 101000 101001110 100110 101100

Color Harmonies of #994569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994569

Black with #994569

Text Example


Text Example

White with #994569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994569; }

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

 H1.HeaderClassName
 {
   color: #994569;
 }
 .AnyTagClassName
 {
   color: #994569;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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