Html Css Color HEX #914963 Cadillac

📋 copy color: '#914963'

red 145 ◦ green 73 ◦ blue 99

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

Shades of Cadillac #914963

Tints of Cadillac #914963

RGB

 RED value IS 145 (57.03% from 255) = 45.74%

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 45.74%
G = 23.03%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#914963 (or 0x914963) is known color: Cadillac. HEX triplet: 91, 49 and 63. RGB value is (145,73,99). Sum of RGB (Red+Green+Blue) = 145+73+99=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #914963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914963 is #6EB69C. Grayscale: #616161. Windows color (decimal): -7255709 or 6506897. OLE color: 6506897.

HSL color Cylindrical-coordinate representation of color #914963: hue angle of 338.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914963 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 73 99 -
CMYK 0 0.50 0.32 0.43
HSL 338.33º 0.33% 0.43% -
HSV(B) 338.33º 0.5% 0.57% -
XYZ 16.31 11.69 13.2 -
YUV 97.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 145 73 99 0 0.50 0.32 0.43 338.33 0.33 0.43
Hex 91 49 63 0 32 20 2B 152 21 2B
Octal 221 111 143 0 62 40 53 522 41 53
Binary 10010001 1001001 1100011 0 110010 100000 101011 101010010 100001 101011

Color Harmonies of #914963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914963

Black with #914963

Text Example


Text Example

White with #914963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914963; }

 p { color: rgb(145,73,99); }

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

background-color css

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

 a { background-color: rgb(145,73,99); }

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

border-color css

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

 span { border-color: rgb(145,73,99); }

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