Html Css Color HEX #994568 Cadillac

📋 copy color: '#994568'

red 153 ◦ green 69 ◦ blue 104

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

Shades of Cadillac #994568

Tints of Cadillac #994568

RGB

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

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

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

R = 46.93%
G = 21.17%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994568 (or 0x994568) is known color: Cadillac. HEX triplet: 99, 45 and 68. RGB value is (153,69,104). Sum of RGB (Red+Green+Blue) = 153+69+104=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994568 is #66BA97. Grayscale: #626262. Windows color (decimal): -6732440 or 6833561. OLE color: 6833561.

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

Color convert

RGB 153 69 104 -
CMYK 0 0.55 0.32 0.4
HSL 335º 0.38% 0.44% -
HSV(B) 335º 0.55% 0.6% -
XYZ 17.76 12.03 14.48 -
YUV 98.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 153 69 104 0 0.55 0.32 0.4 335 0.38 0.44
Hex 99 45 68 0 37 20 28 14F 26 2C
Octal 231 105 150 0 67 40 50 517 46 54
Binary 10011001 1000101 1101000 0 110111 100000 101000 101001111 100110 101100

Color Harmonies of #994568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994568

Black with #994568

Text Example


Text Example

White with #994568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994568; }

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

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

background-color css

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

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

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

border-color css

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

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

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