Html Css Color HEX #994468 Cadillac

📋 copy color: '#994468'

red 153 ◦ green 68 ◦ blue 104

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

Shades of Cadillac #994468

Tints of Cadillac #994468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 47.08%
G = 20.92%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994468 (or 0x994468) is known color: Cadillac. HEX triplet: 99, 44 and 68. RGB value is (153,68,104). Sum of RGB (Red+Green+Blue) = 153+68+104=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #994468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994468 is #66BB97. Grayscale: #616161. Windows color (decimal): -6732696 or 6833305. OLE color: 6833305.

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

Color convert

RGB 153 68 104 -
CMYK 0 0.56 0.32 0.4
HSL 334.59º 0.38% 0.43% -
HSV(B) 334.59º 0.56% 0.6% -
XYZ 17.7 11.91 14.46 -
YUV 97.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 153 68 104 0 0.56 0.32 0.4 334.59 0.38 0.43
Hex 99 44 68 0 38 20 28 14F 26 2B
Octal 231 104 150 0 70 40 50 517 46 53
Binary 10011001 1000100 1101000 0 111000 100000 101000 101001111 100110 101011

Color Harmonies of #994468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994468

Black with #994468

Text Example


Text Example

White with #994468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994468; }

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

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

background-color css

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

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

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

border-color css

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

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

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