#923965

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

Shades of Cadillac #923965

Tints of Cadillac #923965

Color information

#923965 (or 0x923965) is unknown color: approx Cadillac. HEX triplet: 92, 39 and 65. RGB value is (146,57,101). Sum of RGB (Red+Green+Blue) = 146+57+101=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #923965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923965 is #6DC69A. Grayscale: #585858. Windows color (decimal): -7194267 or 6633874. OLE color: 6633874.

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

Color convert

RGB14657101-
CMYK00.610.310.43
HSL330.34º43.84%39.8%-
HSV(B)330.34º60.96%57.25%-
XYZ15.679.9813.41-
YUV88.63134.99168.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=48.03%
G=18.75%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465710100.610.310.43330.3443.8439.8
Hex92396503D1F2B14a2c28
Octal2227114507537535125450
Binary100100101110011100101011110111111101011101001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923965; }

 p { color: rgb(146,57,101); }

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

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

 a { background-color: rgb(146,57,101); }

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

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

 span { border-color: rgb(146,57,101); }

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