Html Css Color HEX #924463 Cadillac

📋 copy color: '#924463'

red 146 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #924463

Tints of Cadillac #924463

RGB

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

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

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

R = 46.65%
G = 21.73%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#924463 (or 0x924463) is known color: Cadillac. HEX triplet: 92, 44 and 63. RGB value is (146,68,99). Sum of RGB (Red+Green+Blue) = 146+68+99=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #924463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924463 is #6DBB9C. Grayscale: #5E5E5E. Windows color (decimal): -7191453 or 6505618. OLE color: 6505618.

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

Color convert

RGB 146 68 99 -
CMYK 0 0.53 0.32 0.43
HSL 336.15º 0.36% 0.42% -
HSV(B) 336.15º 0.53% 0.57% -
XYZ 16.17 11.15 13.1 -
YUV 94.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 146 68 99 0 0.53 0.32 0.43 336.15 0.36 0.42
Hex 92 44 63 0 35 20 2B 150 24 2A
Octal 222 104 143 0 65 40 53 520 44 52
Binary 10010010 1000100 1100011 0 110101 100000 101011 101010000 100100 101010

Color Harmonies of #924463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924463

Black with #924463

Text Example


Text Example

White with #924463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924463; }

 p { color: rgb(146,68,99); }

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

background-color css

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

 a { background-color: rgb(146,68,99); }

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

border-color css

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

 span { border-color: rgb(146,68,99); }

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