Html Css Color HEX #994865 Cadillac

📋 copy color: '#994865'

red 153 ◦ green 72 ◦ blue 101

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

Shades of Cadillac #994865

Tints of Cadillac #994865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 46.93%
G = 22.09%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#994865 (or 0x994865) is known color: Cadillac. HEX triplet: 99, 48 and 65. RGB value is (153,72,101). Sum of RGB (Red+Green+Blue) = 153+72+101=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994865 is #66B79A. Grayscale: #636363. Windows color (decimal): -6731675 or 6637721. OLE color: 6637721.

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

Color convert

RGB 153 72 101 -
CMYK 0 0.53 0.34 0.4
HSL 338.52º 0.36% 0.44% -
HSV(B) 338.52º 0.53% 0.6% -
XYZ 17.8 12.35 13.76 -
YUV 99.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 153 72 101 0 0.53 0.34 0.4 338.52 0.36 0.44
Hex 99 48 65 0 35 22 28 153 24 2C
Octal 231 110 145 0 65 42 50 523 44 54
Binary 10011001 1001000 1100101 0 110101 100010 101000 101010011 100100 101100

Color Harmonies of #994865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994865

Black with #994865

Text Example


Text Example

White with #994865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994865; }

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

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

background-color css

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

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

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

border-color css

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

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

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