#924B63

Color #924B63 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #924B63

Tints of Cadillac #924B63

Color information

#924B63 (or 0x924B63) is unknown color: approx Cadillac. HEX triplet: 92, 4B and 63. RGB value is (146,75,99). Sum of RGB (Red+Green+Blue) = 146+75+99=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #924B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B63 is #6DB49C. Grayscale: #626262. Windows color (decimal): -7189661 or 6507410. OLE color: 6507410.

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

Color convert

RGB1467599-
CMYK00.490.320.43
HSL339.72º32.13%43.33%-
HSV(B)339.72º48.63%57.25%-
XYZ16.6212.0413.25-
YUV98.96128.02161.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=45.62%
G=23.44%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146759900.490.320.43339.7232.1343.33
Hex924B63031202B154202b
Octal22211314306140535244053
Binary10010010100101111000110110001100000101011101010100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924B63; }

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

 H1.HeaderClassName
 {
   color: #924B63;
 }
 .AnyTagClassName
 {
   color: #924B63;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #924B63;
 }
 .BgClassName
 {
   background-color: #924B63;
 }
</style>
border-color css

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

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

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