#923A61

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

Shades of Cadillac #923A61

Tints of Cadillac #923A61

Color information

#923A61 (or 0x923A61) is unknown color: approx Cadillac. HEX triplet: 92, 3A and 61. RGB value is (146,58,97). Sum of RGB (Red+Green+Blue) = 146+58+97=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #923A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A61 is #6DC59E. Grayscale: #585858. Windows color (decimal): -7194015 or 6371986. OLE color: 6371986.

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

Color convert

RGB1465897-
CMYK00.600.340.43
HSL333.41º43.14%40%-
HSV(B)333.41º60.27%57.25%-
XYZ15.521012.42-
YUV88.76132.65168.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=48.50%
G=19.27%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146589700.600.340.43333.4143.1440
Hex923A6103C222B14d2b28
Octal2227214107442535155350
Binary1001001011101011000010111100100010101011101001101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,97); }

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

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

 a { background-color: rgb(146,58,97); }

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

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

 span { border-color: rgb(146,58,97); }

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