Html Css Color HEX #994465 Cadillac

📋 copy color: '#994465'

red 153 ◦ green 68 ◦ blue 101

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

Shades of Cadillac #994465

Tints of Cadillac #994465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 47.52%
G = 21.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#994465 (or 0x994465) is known color: Cadillac. HEX triplet: 99, 44 and 65. RGB value is (153,68,101). Sum of RGB (Red+Green+Blue) = 153+68+101=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994465 is #66BB9A. Grayscale: #616161. Windows color (decimal): -6732699 or 6636697. OLE color: 6636697.

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

Color convert

RGB 153 68 101 -
CMYK 0 0.56 0.34 0.4
HSL 336.71º 0.38% 0.43% -
HSV(B) 336.71º 0.56% 0.6% -
XYZ 17.55 11.85 13.67 -
YUV 97.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 153 68 101 0 0.56 0.34 0.4 336.71 0.38 0.43
Hex 99 44 65 0 38 22 28 151 26 2B
Octal 231 104 145 0 70 42 50 521 46 53
Binary 10011001 1000100 1100101 0 111000 100010 101000 101010001 100110 101011

Color Harmonies of #994465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994465

Black with #994465

Text Example


Text Example

White with #994465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994465; }

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

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

background-color css

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

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

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

border-color css

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

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

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