Html Css Color HEX #994366 Cadillac

📋 copy color: '#994366'

red 153 ◦ green 67 ◦ blue 102

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

Shades of Cadillac #994366

Tints of Cadillac #994366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 47.52%
G = 20.81%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994366 (or 0x994366) is known color: Cadillac. HEX triplet: 99, 43 and 66. RGB value is (153,67,102). Sum of RGB (Red+Green+Blue) = 153+67+102=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994366 is #66BC99. Grayscale: #606060. Windows color (decimal): -6732954 or 6701977. OLE color: 6701977.

HSL color Cylindrical-coordinate representation of color #994366: hue angle of 335.58º degrees, saturation: 0.39, 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 #994366 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 102 -
CMYK 0 0.56 0.33 0.4
HSL 335.58º 0.39% 0.43% -
HSV(B) 335.58º 0.56% 0.6% -
XYZ 17.54 11.75 13.91 -
YUV 96.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 153 67 102 0 0.56 0.33 0.4 335.58 0.39 0.43
Hex 99 43 66 0 38 21 28 150 27 2B
Octal 231 103 146 0 70 41 50 520 47 53
Binary 10011001 1000011 1100110 0 111000 100001 101000 101010000 100111 101011

Color Harmonies of #994366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994366

Black with #994366

Text Example


Text Example

White with #994366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994366; }

 p { color: rgb(153,67,102); }

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

background-color css

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

 a { background-color: rgb(153,67,102); }

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

border-color css

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

 span { border-color: rgb(153,67,102); }

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