Html Css Color HEX #904761 Cadillac

📋 copy color: '#904761'

red 144 ◦ green 71 ◦ blue 97

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

Shades of Cadillac #904761

Tints of Cadillac #904761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 46.15%
G = 22.76%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#904761 (or 0x904761) is known color: Cadillac. HEX triplet: 90, 47 and 61. RGB value is (144,71,97). Sum of RGB (Red+Green+Blue) = 144+71+97=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #904761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904761 is #6FB89E. Grayscale: #5F5F5F. Windows color (decimal): -7321759 or 6375312. OLE color: 6375312.

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

Color convert

RGB 144 71 97 -
CMYK 0 0.51 0.33 0.44
HSL 338.63º 0.34% 0.42% -
HSV(B) 338.63º 0.51% 0.56% -
XYZ 15.91 11.3 12.65 -
YUV 95.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 144 71 97 0 0.51 0.33 0.44 338.63 0.34 0.42
Hex 90 47 61 0 33 21 2C 153 22 2A
Octal 220 107 141 0 63 41 54 523 42 52
Binary 10010000 1000111 1100001 0 110011 100001 101100 101010011 100010 101010

Color Harmonies of #904761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904761

Black with #904761

Text Example


Text Example

White with #904761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904761; }

 p { color: rgb(144,71,97); }

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

background-color css

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

 a { background-color: rgb(144,71,97); }

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

border-color css

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

 span { border-color: rgb(144,71,97); }

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