Html Css Color HEX #924961 Cadillac

📋 copy color: '#924961'

red 146 ◦ green 73 ◦ blue 97

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

Shades of Cadillac #924961

Tints of Cadillac #924961

RGB

 RED value IS 146 (57.42% from 255) = 46.2%

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

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

R = 46.2%
G = 23.1%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#924961 (or 0x924961) is known color: Cadillac. HEX triplet: 92, 49 and 61. RGB value is (146,73,97). Sum of RGB (Red+Green+Blue) = 146+73+97=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #924961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924961 is #6DB69E. Grayscale: #616161. Windows color (decimal): -7190175 or 6375826. OLE color: 6375826.

HSL color Cylindrical-coordinate representation of color #924961: hue angle of 340.27º 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 #924961 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 73 97 -
CMYK 0 0.5 0.34 0.43
HSL 340.27º 0.33% 0.43% -
HSV(B) 340.27º 0.5% 0.57% -
XYZ 16.39 11.74 12.71 -
YUV 97.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 146 73 97 0 0.5 0.34 0.43 340.27 0.33 0.43
Hex 92 49 61 0 32 22 2B 154 21 2B
Octal 222 111 141 0 62 42 53 524 41 53
Binary 10010010 1001001 1100001 0 110010 100010 101011 101010100 100001 101011

Color Harmonies of #924961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924961

Black with #924961

Text Example


Text Example

White with #924961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924961; }

 p { color: rgb(146,73,97); }

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

background-color css

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

 a { background-color: rgb(146,73,97); }

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

border-color css

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

 span { border-color: rgb(146,73,97); }

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