Html Css Color HEX #994564 Cadillac

📋 copy color: '#994564'

red 153 ◦ green 69 ◦ blue 100

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

Shades of Cadillac #994564

Tints of Cadillac #994564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 47.52%
G = 21.43%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#994564 (or 0x994564) is known color: Cadillac. HEX triplet: 99, 45 and 64. RGB value is (153,69,100). Sum of RGB (Red+Green+Blue) = 153+69+100=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994564 is #66BA9B. Grayscale: #616161. Windows color (decimal): -6732444 or 6571417. OLE color: 6571417.

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

Color convert

RGB 153 69 100 -
CMYK 0 0.55 0.35 0.4
HSL 337.86º 0.38% 0.44% -
HSV(B) 337.86º 0.55% 0.6% -
XYZ 17.57 11.95 13.44 -
YUV 97.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 153 69 100 0 0.55 0.35 0.4 337.86 0.38 0.44
Hex 99 45 64 0 37 23 28 152 26 2C
Octal 231 105 144 0 67 43 50 522 46 54
Binary 10011001 1000101 1100100 0 110111 100011 101000 101010010 100110 101100

Color Harmonies of #994564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994564

Black with #994564

Text Example


Text Example

White with #994564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994564; }

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

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

background-color css

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

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

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

border-color css

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

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

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