Html Css Color HEX #994875 Cadillac

📋 copy color: '#994875'

red 153 ◦ green 72 ◦ blue 117

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

Shades of Cadillac #994875

Tints of Cadillac #994875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 44.74%
G = 21.05%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#994875 (or 0x994875) is known color: Cadillac. HEX triplet: 99, 48 and 75. RGB value is (153,72,117). Sum of RGB (Red+Green+Blue) = 153+72+117=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994875 is #66B78A. Grayscale: #656565. Windows color (decimal): -6731659 or 7686297. OLE color: 7686297.

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

Color convert

RGB 153 72 117 -
CMYK 0 0.53 0.24 0.4
HSL 326.67º 0.36% 0.44% -
HSV(B) 326.67º 0.53% 0.6% -
XYZ 18.67 12.69 18.3 -
YUV 101.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 153 72 117 0 0.53 0.24 0.4 326.67 0.36 0.44
Hex 99 48 75 0 35 18 28 147 24 2C
Octal 231 110 165 0 65 30 50 507 44 54
Binary 10011001 1001000 1110101 0 110101 11000 101000 101000111 100100 101100

Color Harmonies of #994875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994875

Black with #994875

Text Example


Text Example

White with #994875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994875; }

 p { color: rgb(153,72,117); }

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

background-color css

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

 a { background-color: rgb(153,72,117); }

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

border-color css

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

 span { border-color: rgb(153,72,117); }

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