Html Css Color HEX #994768 Cadillac

📋 copy color: '#994768'

red 153 ◦ green 71 ◦ blue 104

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

Shades of Cadillac #994768

Tints of Cadillac #994768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

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

R = 46.65%
G = 21.65%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994768 (or 0x994768) is known color: Cadillac. HEX triplet: 99, 47 and 68. RGB value is (153,71,104). Sum of RGB (Red+Green+Blue) = 153+71+104=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #994768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994768 is #66B897. Grayscale: #636363. Windows color (decimal): -6731928 or 6834073. OLE color: 6834073.

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

Color convert

RGB 153 71 104 -
CMYK 0 0.54 0.32 0.4
HSL 335.85º 0.37% 0.44% -
HSV(B) 335.85º 0.54% 0.6% -
XYZ 17.89 12.28 14.52 -
YUV 99.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 153 71 104 0 0.54 0.32 0.4 335.85 0.37 0.44
Hex 99 47 68 0 36 20 28 150 25 2C
Octal 231 107 150 0 66 40 50 520 45 54
Binary 10011001 1000111 1101000 0 110110 100000 101000 101010000 100101 101100

Color Harmonies of #994768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994768

Black with #994768

Text Example


Text Example

White with #994768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994768; }

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

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

background-color css

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

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

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

border-color css

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

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

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