Html Css Color HEX #904455 Cadillac

📋 copy color: '#904455'

red 144 ◦ green 68 ◦ blue 85

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

Shades of Cadillac #904455

Tints of Cadillac #904455

RGB

 RED value IS 144 (56.64% from 255) = 48.48%

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 48.48%
G = 22.9%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#904455 (or 0x904455) is known color: Cadillac. HEX triplet: 90, 44 and 55. RGB value is (144,68,85). Sum of RGB (Red+Green+Blue) = 144+68+85=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #904455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904455 is #6FBBAA. Grayscale: #5C5C5C. Windows color (decimal): -7322539 or 5588112. OLE color: 5588112.

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

Color convert

RGB 144 68 85 -
CMYK 0 0.53 0.41 0.44
HSL 346.58º 0.36% 0.42% -
HSV(B) 346.58º 0.53% 0.56% -
XYZ 15.21 10.72 9.86 -
YUV 92.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 144 68 85 0 0.53 0.41 0.44 346.58 0.36 0.42
Hex 90 44 55 0 35 29 2C 15B 24 2A
Octal 220 104 125 0 65 51 54 533 44 52
Binary 10010000 1000100 1010101 0 110101 101001 101100 101011011 100100 101010

Color Harmonies of #904455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904455

Black with #904455

Text Example


Text Example

White with #904455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904455; }

 p { color: rgb(144,68,85); }

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

background-color css

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

 a { background-color: rgb(144,68,85); }

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

border-color css

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

 span { border-color: rgb(144,68,85); }

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