#923E6A

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

Shades of Cadillac #923E6A

Tints of Cadillac #923E6A

Color information

#923E6A (or 0x923E6A) is unknown color: approx Cadillac. HEX triplet: 92, 3E and 6A. RGB value is (146,62,106). Sum of RGB (Red+Green+Blue) = 146+62+106=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E6A is #6DC195. Grayscale: #5C5C5C. Windows color (decimal): -7192982 or 6962834. OLE color: 6962834.

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

Color convert

RGB14662106-
CMYK00.580.270.43
HSL328.57º40.38%40.78%-
HSV(B)328.57º57.53%57.25%-
XYZ16.1810.614.83-
YUV92.13135.83166.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=46.50%
G=19.75%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466210600.580.270.43328.5740.3840.78
Hex923E6A03A1B2B1492829
Octal2227615207233535115051
Binary100100101111101101010011101011011101011101001001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,62,106); }

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

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

 a { background-color: rgb(146,62,106); }

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

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

 span { border-color: rgb(146,62,106); }

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