Html Css Color HEX #924962 Cadillac

📋 copy color: '#924962'

red 146 ◦ green 73 ◦ blue 98

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

Shades of Cadillac #924962

Tints of Cadillac #924962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 46.06%
G = 23.03%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#924962 (or 0x924962) is known color: Cadillac. HEX triplet: 92, 49 and 62. RGB value is (146,73,98). Sum of RGB (Red+Green+Blue) = 146+73+98=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #924962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924962 is #6DB69D. Grayscale: #616161. Windows color (decimal): -7190174 or 6441362. OLE color: 6441362.

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

Color convert

RGB 146 73 98 -
CMYK 0 0.5 0.33 0.43
HSL 339.45º 0.33% 0.43% -
HSV(B) 339.45º 0.5% 0.57% -
XYZ 16.44 11.76 12.96 -
YUV 97.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 146 73 98 0 0.5 0.33 0.43 339.45 0.33 0.43
Hex 92 49 62 0 32 21 2B 153 21 2B
Octal 222 111 142 0 62 41 53 523 41 53
Binary 10010010 1001001 1100010 0 110010 100001 101011 101010011 100001 101011

Color Harmonies of #924962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924962

Black with #924962

Text Example


Text Example

White with #924962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924962; }

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

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

background-color css

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

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

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

border-color css

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

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

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