Html Css Color HEX #994168 Cadillac

📋 copy color: '#994168'

red 153 ◦ green 65 ◦ blue 104

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

Shades of Cadillac #994168

Tints of Cadillac #994168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 47.52%
G = 20.19%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994168 (or 0x994168) is known color: Cadillac. HEX triplet: 99, 41 and 68. RGB value is (153,65,104). Sum of RGB (Red+Green+Blue) = 153+65+104=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994168 is #66BE97. Grayscale: #5F5F5F. Windows color (decimal): -6733464 or 6832537. OLE color: 6832537.

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

Color convert

RGB 153 65 104 -
CMYK 0 0.58 0.32 0.4
HSL 333.41º 0.4% 0.43% -
HSV(B) 333.41º 0.58% 0.6% -
XYZ 17.53 11.55 14.4 -
YUV 95.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 153 65 104 0 0.58 0.32 0.4 333.41 0.4 0.43
Hex 99 41 68 0 3A 20 28 14D 28 2B
Octal 231 101 150 0 72 40 50 515 50 53
Binary 10011001 1000001 1101000 0 111010 100000 101000 101001101 101000 101011

Color Harmonies of #994168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994168

Black with #994168

Text Example


Text Example

White with #994168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994168; }

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

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

background-color css

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

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

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

border-color css

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

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

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