#923F6B

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

Shades of Cadillac #923F6B

Tints of Cadillac #923F6B

Color information

#923F6B (or 0x923F6B) is unknown color: approx Cadillac. HEX triplet: 92, 3F and 6B. RGB value is (146,63,107). Sum of RGB (Red+Green+Blue) = 146+63+107=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #923F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F6B is #6DC094. Grayscale: #5C5C5C. Windows color (decimal): -7192725 or 7028626. OLE color: 7028626.

HSL color Cylindrical-coordinate representation of color #923F6B: hue angle of 328.19º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #923F6B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14663107-
CMYK00.570.270.43
HSL328.19º39.71%40.98%-
HSV(B)328.19º56.85%57.25%-
XYZ16.2910.7315.12-
YUV92.83136165.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=46.20%
G=19.94%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466310700.570.270.43328.1939.7140.98
Hex923F6B0391B2B1482829
Octal2227715307133535105051
Binary100100101111111101011011100111011101011101001000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923F6B; }

 p { color: rgb(146,63,107); }

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

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

 a { background-color: rgb(146,63,107); }

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

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

 span { border-color: rgb(146,63,107); }

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