Html Css Color HEX #994565 Cadillac

📋 copy color: '#994565'

red 153 ◦ green 69 ◦ blue 101

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

Shades of Cadillac #994565

Tints of Cadillac #994565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 47.37%
G = 21.36%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#994565 (or 0x994565) is known color: Cadillac. HEX triplet: 99, 45 and 65. RGB value is (153,69,101). Sum of RGB (Red+Green+Blue) = 153+69+101=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #994565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994565 is #66BA9A. Grayscale: #616161. Windows color (decimal): -6732443 or 6636953. OLE color: 6636953.

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

Color convert

RGB 153 69 101 -
CMYK 0 0.55 0.34 0.4
HSL 337.14º 0.38% 0.44% -
HSV(B) 337.14º 0.55% 0.6% -
XYZ 17.61 11.97 13.69 -
YUV 97.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 153 69 101 0 0.55 0.34 0.4 337.14 0.38 0.44
Hex 99 45 65 0 37 22 28 151 26 2C
Octal 231 105 145 0 67 42 50 521 46 54
Binary 10011001 1000101 1100101 0 110111 100010 101000 101010001 100110 101100

Color Harmonies of #994565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994565

Black with #994565

Text Example


Text Example

White with #994565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994565; }

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

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

background-color css

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

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

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

border-color css

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

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

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